Skip to content

Commit 7079b1e

Browse files
author
Jeff Peeler
committed
fix(build): add cleanup for package release files
scripts/run_e2e_local.sh is slightly different from scripts/run_e2e_docker.sh.
1 parent f3faa4c commit 7079b1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ container: build
9797

9898
clean:
9999
rm -rf bin
100+
rm -rf test/e2e/resources
100101
rm -rf test/e2e/test-resources
101102
rm -rf test/e2e/log
102103

0 commit comments

Comments
 (0)