Use git clean

This commit is contained in:
Rob Winch
2022-11-09 10:13:49 -06:00
parent bc3af5521e
commit 8dfef04615

View File

@@ -13,11 +13,11 @@ module.exports.register = function () {
origin.descriptor.ext = {
collector: [{
run: {
command: `rm -rf ./spring-session-samples`,
command: `pwd`
}
}, {
run: {
command: `mkdir ./spring-session-samples`,
command: `git clean -dfx`
}
}, {
run: {