Skip to content
Snippets Groups Projects
Commit a1effdca authored by Jens Bendisposto's avatar Jens Bendisposto
Browse files

fix updatesite path

parent 8ab2e196
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,7 @@ task deleteOldArtifacts(type: Delete) { ...@@ -49,7 +49,7 @@ task deleteOldArtifacts(type: Delete) {
} }
task collectArtifacts(type:Copy) { task collectArtifacts(type:Copy) {
from groupID+'.repository/target/repository/' from "../"+groupID+'.repository/target/repository/'
into 'updatesite' into 'updatesite'
from "index.html" from "index.html"
into 'updatesite' into 'updatesite'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment