diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-01-22 18:16:59 +0100 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-01-22 19:09:22 +0100 |
commit | edf93ecb6eab702de1a2ec24d58d1ad1dd1d9e55 (patch) | |
tree | 1315fc276db4977044db46c952ab793f5a951355 /.gitlab-ci.yml | |
parent | 0e51ca7c4841bb388c0decb57ecc64af86c77805 (diff) | |
download | gitlab-ce-edf93ecb6eab702de1a2ec24d58d1ad1dd1d9e55.tar.gz |
Speed-up docker based buildsspeed-up-builds
Enable to:
- Use APT cache
- Use Bundler cache
- Use PhantomJS cache
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
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 |