Commit dd024d6912628d39a8db58a7ef0fbadd318495fd

Authored by Jacob Vosmaer
1 parent 6771e9a1

Force a new clone of gitlab-rails during release

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
@@ -16,6 +16,7 @@ on_tag: @@ -16,6 +16,7 @@ on_tag:
16 git describe --exact-match 16 git describe --exact-match
17 17
18 purge: 18 purge:
  19 + rm -rf /var/cache/omnibus/src/gitlab-rails
19 mkdir -p pkg 20 mkdir -p pkg
20 (cd pkg && find . -delete) 21 (cd pkg && find . -delete)
21 22