Try remove ./spring-session-samples for collector
This commit is contained in:
@@ -13,12 +13,11 @@ module.exports.register = function () {
|
||||
origin.descriptor.ext = {
|
||||
collector: [{
|
||||
run: {
|
||||
command: `${BASE_COMMAND} "-Dorg.gradle.jvmargs=${JVM_ARGS}" --version`,
|
||||
local: true,
|
||||
command: `rm -rf ./spring-session-samples`,
|
||||
}
|
||||
}, {
|
||||
run: {
|
||||
command: `cat gradle.properties`,
|
||||
command: `mkdir ./spring-session-samples`,
|
||||
}
|
||||
}, {
|
||||
run: {
|
||||
|
||||
Reference in New Issue
Block a user