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:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-01-22 20:16:59 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2016-01-22 21:09:22 +0300
commitedf93ecb6eab702de1a2ec24d58d1ad1dd1d9e55 (patch)
tree1315fc276db4977044db46c952ab793f5a951355 /.gitlab-ci.yml
parent0e51ca7c4841bb388c0decb57ecc64af86c77805 (diff)
Speed-up docker based builds
Enable to: - Use APT cache - Use Bundler cache - Use PhantomJS cache
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 2dc09e4a1a5..ec53271b6bc 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