Commit 42be7815d50f8d72d00d1c6fcdbc573b645c5c89

Authored by Jacob Vosmaer
1 parent 0cfcd481

Remove obsolete `omnibus clean --purge` step

Omnibus-ruby 3.0 uses smart Git caching, removing the need to purge the
build. Also see:
https://github.com/opscode/omnibus-ruby/commit/f514230d8fad0fe738158c7ddb147b370d202d7e
Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
@@ -16,7 +16,6 @@ on_tag: @@ -16,7 +16,6 @@ on_tag:
16 git describe --exact-match 16 git describe --exact-match
17 17
18 purge: 18 purge:
19 - bin/omnibus clean --purge ${PROJECT}  
20 mkdir -p pkg 19 mkdir -p pkg
21 (cd pkg && find . -delete) 20 (cd pkg && find . -delete)
22 21