summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2016-03-17 07:35:23 +0000
committerRobert Schilling <rschilling@student.tugraz.at>2016-03-17 07:35:23 +0000
commit4171933c0963696626c879c2d05afa1594a71d99 (patch)
tree8a471037a9fefbcf54f4fc85b03a2bf4f9205f2a
parentc280edd31c6ab7f6eb757552d165efc69fcfbc9a (diff)
parent315d87595404a8bde78566ec51e23b167f041048 (diff)
downloadgitlab-ce-4171933c0963696626c879c2d05afa1594a71d99.tar.gz
Merge branch 'patch-1' into 'master'
Fix typo in README.md See merge request !3250
-rw-r--r--doc/ci/deployment/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/deployment/README.md b/doc/ci/deployment/README.md
index ffd841ca9e7..7d91ce6710f 100644
--- a/doc/ci/deployment/README.md
+++ b/doc/ci/deployment/README.md
@@ -89,7 +89,7 @@ We also use two secure variables:
In GitLab CI 7.12 a new feature was introduced: Secure Variables.
Secure Variables can added by going to `Project > Variables > Add Variable`.
**This feature requires `gitlab-runner` with version equal or greater than 0.4.0.**
-The variables that are defined in the project settings are send along with the build script to the runner.
+The variables that are defined in the project settings are sent along with the build script to the runner.
The secure variables are stored out of the repository. Never store secrets in your projects' .gitlab-ci.yml.
It is also important that secret's value is hidden in the build log.