Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-10-31 07:00:33 +0300
committerConnor Shea <connor.james.shea@gmail.com>2016-10-31 07:00:33 +0300
commit6b9a1d84ad66ae069a1bc5914fdd2637eb1359a2 (patch)
tree3f5f7ef33b841e5bd7eb7e2ee37604b69a33cad6 /.gitlab-ci.yml
parent5b90923efdeec270f168372293ab9e34d0627410 (diff)
Fix CI YML.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bd220fa9..294e47b9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,7 +11,7 @@ stages:
- test
- deploy
-before-script:
+before_script:
- bundle install --jobs 4 --path vendor
verify_compile: