Commit 7c4e425c authored by Kamil Trzcinski's avatar Kamil Trzcinski

Fetch only one revision

parent 23fc7875
...@@ -41,9 +41,8 @@ migration paths: ...@@ -41,9 +41,8 @@ migration paths:
variables: variables:
SETUP_DB: "false" SETUP_DB: "false"
script: script:
- git checkout HEAD . - git fetch origin v8.5.9
- git fetch --tags - git checkout -f FETCH_HEAD
- git checkout v8.5.9
- cp config/resque.yml.example config/resque.yml - cp config/resque.yml.example config/resque.yml
- sed -i 's/localhost/redis/g' config/resque.yml - sed -i 's/localhost/redis/g' config/resque.yml
- bundle install --without postgres production --jobs $(nproc) ${FLAGS[@]} --retry=3 - bundle install --without postgres production --jobs $(nproc) ${FLAGS[@]} --retry=3
......
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