Commit 3b2c8333c2db859038e77bd081d79874d143723b

Authored by Jacob Vosmaer
1 parent a3bc4a9b

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