Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
273ee0e4
Commit
273ee0e4
authored
Jun 13, 2018
by
pityonline
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix indentation in CI yaml
parent
434efdac
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
44 additions
and
44 deletions
+44
-44
doc/ci/yaml/README.md
doc/ci/yaml/README.md
+44
-44
No files found.
doc/ci/yaml/README.md
View file @
273ee0e4
...
...
@@ -88,7 +88,7 @@ The example below simply moves all files from the root of the project to the
`public/`
directory. The
`.public`
workaround is so
`cp`
doesn't also copy
`public/`
to itself in an infinite loop:
```
```
yaml
pages
:
stage
:
deploy
script
:
...
...
@@ -131,7 +131,7 @@ if you set it per-job:
```
yaml
before_script
:
-
global before script
-
global before script
job
:
before_script
:
...
...
@@ -442,11 +442,11 @@ For example:
```
yaml
stages
:
-
build
-
cleanup_build
-
test
-
deploy
-
cleanup
-
build
-
cleanup_build
-
test
-
deploy
-
cleanup
build_job
:
stage
:
build
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment