diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2017-04-13 15:48:25 +0800 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2017-04-13 15:48:25 +0800 |
commit | 11ef3154bbd7073a3083e05a79f4bf022ccd6859 (patch) | |
tree | e6f5d29710e8a0809eefb672ef6ca2bf373b8132 /.gitlab-ci.yml | |
parent | e1bc7577a4b83f729fae02c1fbdac9d066c93a51 (diff) | |
download | gitlab-ce-11ef3154bbd7073a3083e05a79f4bf022ccd6859.tar.gz |
Always use . and add more comments to prepare_build.sh
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 2807274cb13..6ffc60dc6a0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -431,7 +431,7 @@ bundler:audit: - bundle exec rake db:drop db:create db:schema:load db:seed_fu - git checkout $CI_COMMIT_SHA - bundle install --without production --jobs $(nproc) $FLAGS --retry=3 - - source scripts/prepare_build.sh + - . scripts/prepare_build.sh - bundle exec rake db:migrate migration pg paths: |