diff options
author | Nick Thomas <nick@gitlab.com> | 2017-08-14 12:29:47 +0100 |
---|---|---|
committer | Nick Thomas <nick@gitlab.com> | 2017-08-15 18:33:07 +0100 |
commit | 5fc871381ad0768bb38879ab1621e538ca3008d0 (patch) | |
tree | 2beb6d17e4064400a633b4c871a6453089055efe /.gitlab-ci.yml | |
parent | 4a2a6d521a260981482ee8e4931ebf06cb4f5b6a (diff) | |
download | gitlab-ce-5fc871381ad0768bb38879ab1621e538ca3008d0.tar.gz |
Speed up project creation by inlining repository creation
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cd19b6f47ff..4fcf51fb86e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -474,7 +474,6 @@ db:rollback-mysql: variables: SIZE: "1" SETUP_DB: "false" - RAILS_ENV: "development" script: - git clone https://gitlab.com/gitlab-org/gitlab-test.git /home/git/repositories/gitlab-org/gitlab-test.git |