diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2017-04-11 01:56:30 +0800 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2017-04-11 01:56:30 +0800 |
commit | 5e6d09edba4c782237544ac46edc320a27bcd98f (patch) | |
tree | c1a46f36e26a6645392ad47cd50e53b832fce399 /.gitlab-ci.yml | |
parent | 1b14a8d001941895d79fcbe807bef2f052b4289f (diff) | |
download | gitlab-ce-5e6d09edba4c782237544ac46edc320a27bcd98f.tar.gz |
Just set GITLAB_DATABASE in the script
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d08fbd58fe1..cbe7d02389a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -315,7 +315,6 @@ rake mysql db:rollback: /home/git/repositories/gitlab-org/gitlab-test.git - bundle exec rake db:setup db:seed_fu variables: - GITLAB_DATABASE: $CI_JOB_NAME[1] SIZE: "1" SETUP_DB: "false" RAILS_ENV: "development" @@ -435,7 +434,6 @@ bundler:audit: - source scripts/prepare_build.sh - bundle exec rake db:migrate variables: - GITLAB_DATABASE: $CI_JOB_NAME[1] SETUP_DB: "false" migration pg paths: |