Skip to content

Commit

Permalink
Clean the tmp image before testing
Browse files Browse the repository at this point in the history
  • Loading branch information
TimJDFletcher committed Aug 28, 2022
1 parent 3ff1f39 commit 6af0e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samba-timemachine/run
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ case ${CMD} in
push) push ;;
copyToTestHost) copyToTestHost ;;
timemachineLogs) timemachineLogs ;;
release) find_release && _test && _trivy && release ;;
release) find_release && clean && _test && _trivy && release ;;
*) usage ;;
esac

0 comments on commit 6af0e41

Please sign in to comment.