Skip to content
Snippets Groups Projects

GitLab 14.8

Merged Georges Racinet requested to merge topic/heptapod/gitlab-14.8 into branch/heptapod
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -34,7 +34,7 @@
# we don't use the big cache from the pkg job(s), because Runner
# cache involve zip/unzip that would probably turn out to be longer
# than no cache in the case of just the Ruby dependencies for Omnibus.
key: omnibus-deps-14.6
key: omnibus-deps-14.8
paths:
- .bundle
script:
@@ -52,7 +52,7 @@
# in theory, keeping previous builds would be much more efficient,
# but it often led to unrecoverable failures in our experiments so far
# (first symptom is trying to patch a license file that's already patched).
key: hpd-0.29-pkg-focal
key: hpd-0.30-pkg-focal
paths:
# playing safe, not sure whether a variable can be used in these paths
- omnibus_cache
Loading