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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-01-25 12:27:18 +0300
committerJames Lopez <james@jameslopez.es>2016-01-25 12:27:18 +0300
commit719b73b880a82f83d41515d086d4225ba24483a3 (patch)
tree7061eb72235635be3fd30a8386bed39979c21224 /.gitlab-ci.yml
parent3d81f1da6e9a0b7370c3318a9f7851af88918ace (diff)
parent07ee83932fb755f4e0c89ba3bf172a6ae728d601 (diff)
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into update-ruby-2.2.4
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 4181ea152ac..dca861faf12 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,7 +9,7 @@ variables:
MYSQL_ALLOW_EMPTY_PASSWORD: "1"
before_script:
- - ./scripts/prepare_build.sh
+ - source ./scripts/prepare_build.sh
- ruby -v
- which ruby
- gem install bundler --no-ri --no-rdoc