Skip to content

Commit

Permalink
fix(build): add cleanup for package release files
Browse files Browse the repository at this point in the history
scripts/run_e2e_local.sh is slightly different from scripts/run_e2e_docker.sh.
  • Loading branch information
Jeff Peeler committed Nov 2, 2018
1 parent f3faa4c commit 7079b1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ container: build

clean:
rm -rf bin
rm -rf test/e2e/resources
rm -rf test/e2e/test-resources
rm -rf test/e2e/log

Expand Down

0 comments on commit 7079b1e

Please sign in to comment.