Try cloning repositories before seeding database
Seeding database requires gitlab-shell, and we would like to avoid adding this dependency to the CI.
This commit is contained in:
parent
9aa0127cc2
commit
e7d24721f2
1 changed files with 2 additions and 0 deletions
|
@ -232,6 +232,8 @@ rake dev:setup:
|
|||
RAILS_ENV: development
|
||||
script:
|
||||
- mkdir -p /home/git/repositories
|
||||
- git clone https://gitlab.com/gitlab-org/gitlab-ce.git /home/git/repositories/gitlab-org/gitlab-ce.git
|
||||
- git clone https://gitlab.com/gitlab-org/gitlab-test.git /home/git/repositories/gitlab-org/gitlab-test.git
|
||||
- rake dev:setup
|
||||
artifacts:
|
||||
when: on_failure
|
||||
|
|
Loading…
Reference in a new issue