Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-09-23 11:21:12 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-09-23 11:21:12 +0300
commitc2083b79974de34ffb2d44ec486c40323a99228c (patch)
tree49bb74244985d3fad2df2924fba81ce1994ab1c6 /.gitlab-ci.yml
parent52e897dd14c423332188cae4785ecf6e1182cede (diff)
Limit test environment size to one project in CI
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3dfab341e39..3f3873e57c1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -228,10 +228,10 @@ rake db:seed_fu:
stage: test
<<: *use-db
variables:
+ SIZE: "1"
SETUP_DB: "false"
- RAILS_ENV: development
+ RAILS_ENV: "development"
script:
- - mkdir -p /home/git/repositories
- git clone https://gitlab.com/gitlab-org/gitlab-test.git
/home/git/repositories/gitlab-org/gitlab-test.git
- bundle exec rake db:setup db:seed_fu