Commit e7d24721 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Try cloning repositories before seeding database

Seeding database requires gitlab-shell, and we would like to avoid
adding this dependency to the CI.
parent 9aa0127c
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment