From 11ef3154bbd7073a3083e05a79f4bf022ccd6859 Mon Sep 17 00:00:00 2001 From: Lin Jen-Shin Date: Thu, 13 Apr 2017 15:48:25 +0800 Subject: Always use . and add more comments to prepare_build.sh --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitlab-ci.yml') 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: -- cgit v1.2.1