Commit 465b5603a8535263c22b827ff55f62b93dd279e3
Exists in
6-9-stable-ee
Merge branch '6-9-stable' into 6-9-stable-ee
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
Makefile
@@ -17,6 +17,7 @@ on_tag: | @@ -17,6 +17,7 @@ on_tag: | ||
17 | 17 | ||
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 | mkdir -p pkg | 21 | mkdir -p pkg |
21 | (cd pkg && find . -delete) | 22 | (cd pkg && find . -delete) |
22 | 23 |