Skip to content
Snippets Groups Projects
Commit 344313e1 authored by birkhoff's avatar birkhoff
Browse files

deleteOldArtifacts Task added

parent 3fd8ae2e
No related branches found
No related tags found
No related merge requests found
......@@ -61,6 +61,11 @@ task downloadCli << {
}
task deleteOldArtifacts(type: Delete) {
String updateSite = workspacePath+'updatesite'
delete updateSite
}
task collectArtifacts(type:Copy) {
from groupID+'.repository/target/repository/'
into 'updatesite'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment