diff options
author | Shinya Maeda <shinya@gitlab.com> | 2018-12-07 18:16:58 +0900 |
---|---|---|
committer | Shinya Maeda <shinya@gitlab.com> | 2018-12-07 18:16:58 +0900 |
commit | 762e37b52f0bdb5f3862f006bd589ae952cb9ad5 (patch) | |
tree | 28e84c8d25eb486a2e60565fd1ace257095b6bd1 | |
parent | a2e06ad3034cd1e007b78514a5c1f47feef7b648 (diff) | |
download | gitlab-ce-test-unspecified-size-with-gitlab-setup.tar.gz |
Try to remove project sizetest-unspecified-size-with-gitlab-setup
-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 46604317232..2d060352a1e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -210,7 +210,7 @@ stages: - git clone https://gitlab.com/gitlab-org/gitlab-test.git /home/git/repositories/gitlab-org/gitlab-test.git - scripts/gitaly-test-spawn - - force=yes SIZE=1 FIXTURE_PATH="db/fixtures/development" bundle exec rake gitlab:setup + - force=yes FIXTURE_PATH="db/fixtures/development" bundle exec rake gitlab:setup artifacts: when: on_failure expire_in: 1d |