Commit d971bbca973e6e6e9544a75208a92b6489713c77

Authored by Jacob Vosmaer
1 parent f4712547

Fetch cacert.pem on every build

Because of the way this file gets updated upstream we do not want to
cache it on our build machines.
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
@@ -18,6 +18,7 @@ on_tag: @@ -18,6 +18,7 @@ on_tag:
18 purge: 18 purge:
19 rm -rf /var/cache/omnibus/src/gitlab-rails 19 rm -rf /var/cache/omnibus/src/gitlab-rails
20 rm -rf /var/cache/omnibus/pkg 20 rm -rf /var/cache/omnibus/pkg
  21 + rm -rf /var/cache/omnibus/cache/cacert.pem
21 mkdir -p pkg 22 mkdir -p pkg
22 (cd pkg && find . -delete) 23 (cd pkg && find . -delete)
23 24