summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2018-11-19 01:23:45 +0000
committerEvan Read <eread@gitlab.com>2018-11-19 01:23:45 +0000
commit44e44f6c30e9b9d82af6b0ab80f6f66589b1e6ad (patch)
tree9a6859300c8dff9cdf9bbde179b37c82afb6095a
parent29d8179ba07be3ed111f939285eb4064d84cb7df (diff)
parenta784107f7e00130ea0ba7f1973db4f948a708ace (diff)
downloadgitlab-ce-44e44f6c30e9b9d82af6b0ab80f6f66589b1e6ad.tar.gz
Merge branch 'patch-31' into 'master'
Fix typo (install_depedencies => install_dependencies) See merge request gitlab-org/gitlab-ce!23134
-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 2a667c985da..8b8bd6ec795 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -1769,7 +1769,7 @@ stages:
production:
script:
- - install_depedencies
+ - install_dependencies
- deploy
- notify_owner
```