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
Makefile
... ... @@ -16,6 +16,7 @@ on_tag:
16 16 git describe --exact-match
17 17  
18 18 purge:
  19 + rm -rf /var/cache/omnibus/src/gitlab-rails
19 20 mkdir -p pkg
20 21 (cd pkg && find . -delete)
21 22  
... ...