diff options
author | Zeger-Jan van de Weg <git@zjvandeweg.nl> | 2017-09-26 11:30:28 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-10-31 14:19:14 +0100 |
commit | a7829863c870bfb143cdf67f6b46584f09939c0d (patch) | |
tree | 3c94e66ccb9f2eced32efa75dbfd5a4db4f9f719 /.gitlab-ci.yml | |
parent | 2994de75905f6078b334d919c64dfeb135e7d004 (diff) | |
download | gitlab-ce-a7829863c870bfb143cdf67f6b46584f09939c0d.tar.gz |
Be able to bundle gems with newer rubieszj/gitlab-ce-zj-ruby-2.3.5
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to '.gitlab-ci.yml')
-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 dc1e651d34b..38fb743b0c9 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 v8.14.10 + - git fetch origin v9.3.0 - git checkout -f FETCH_HEAD - bundle install $BUNDLE_INSTALL_FLAGS - cp config/gitlab.yml.example config/gitlab.yml |