Use git clean
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user