diff options
author | Azul <azul@riseup.net> | 2016-08-15 11:31:40 +0200 |
---|---|---|
committer | Azul <azul@riseup.net> | 2016-08-15 11:41:36 +0200 |
commit | 58c63cac98cdacc6ec7230e1133bcb35f0f22582 (patch) | |
tree | fd6944b3ecd5ad29c8586dd4c8cc28d7a224761c /.gitlab-ci.yml | |
parent | 75c037e5d6d8b8f2b98477bdd0359f5687bd7517 (diff) |
[ci] move configs into config dir
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 01c4103..3bf5571 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,8 +20,8 @@ before_script: - ruby -v - curl -s couchdb:5984 - git submodule update --init - - cp test/config/gitlab/couchdb.yml config/couchdb.admin.yml - - cp test/config/gitlab/couchdb.yml config + - cp config/ci/gitlab/couchdb.yml config/couchdb.admin.yml + - cp config/ci/gitlab/couchdb.yml config - gem install bundler --no-ri --no-rdoc - bundle install -j $(nproc) --path vendor --without development debug - bundle exec rake RAILS_ENV=test db:rotate |