summaryrefslogtreecommitdiff
path: root/doc/ci
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-07-18 18:42:03 +0200
committerKamil Trzcinski <ayufan@ayufan.eu>2016-07-18 18:42:03 +0200
commitf12faae8b841189fb3f8693fc4880fdb9688b5d2 (patch)
tree9e3db2330708b4d96d1767e22e170dc5895acd6c /doc/ci
parentf08eb7bbb74451363843f2b5b4d31828cb0be16b (diff)
downloadgitlab-ce-f12faae8b841189fb3f8693fc4880fdb9688b5d2.tar.gz
Improve code design
Diffstat (limited to 'doc/ci')
-rw-r--r--doc/ci/yaml/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md
index b421bbdec3f..143d2f175ef 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -530,7 +530,7 @@ The above script will:
1. Execute `cleanup_build_job` only when `build_job` fails
2. Always execute `cleanup_job` as the last step in pipeline
-3. Allow you to manually execute `deploy_job` form GitLab
+3. Allow you to manually execute `deploy_job` from GitLab
#### Manual actions