Commit aef73960 authored by Jacob Vosmaer's avatar Jacob Vosmaer Committed by Luke Bennett

Cache gems in CI on tags

parent 6d48c489
......@@ -339,3 +339,16 @@ pages:
- public
only:
- master
# Insurance in case a gem needed by one of our releases gets yanked from
# rubygems.org in the future.
cache gems:
only:
- tags
variables:
SETUP_DB: "false"
script:
- bundle package --all --all-platforms
artifacts:
paths:
- vendor/cache
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