generated from gCubeCI/Pipeline-Docker-Template
fix clean method
This commit is contained in:
parent
75e36dcd24
commit
3f3e10fa2f
|
@ -128,7 +128,7 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
clean(${file.path});
|
||||
clean("${file.path}");
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue