diff options
author | Zeger-Jan van de Weg <git@zjvandeweg.nl> | 2017-10-31 10:10:10 +0100 |
---|---|---|
committer | Zeger-Jan van de Weg <git@zjvandeweg.nl> | 2017-11-01 11:46:02 +0100 |
commit | 212d007335105f9c0d1d09b1bee3e7bab839fe6e (patch) | |
tree | f7574e991b62fb7bcb8573cbb0362eebd42916df | |
parent | 0134079430f0179c527d388539c0986352bca9bd (diff) | |
download | gitlab-ce-212d007335105f9c0d1d09b1bee3e7bab839fe6e.tar.gz |
Pull tags from true origin
-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 38fb743b0c9..32d66bebf03 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -455,7 +455,7 @@ db:migrate:reset-mysql: variables: SETUP_DB: "false" script: - - git fetch origin v9.3.0 + - git fetch https://gitlab.com/gitlab-org/gitlab-ce.git v9.3.0 - git checkout -f FETCH_HEAD - bundle install $BUNDLE_INSTALL_FLAGS - cp config/gitlab.yml.example config/gitlab.yml |