build attempt fix

This commit is contained in:
Timo Bejan 2021-08-23 14:08:02 +03:00
parent 0a515e5fd8
commit 1fd6ccd990

View File

@ -100,7 +100,7 @@ public class PlanSpec {
.volume("/var/lib/docker", "/var/lib/docker")
.volume("/var/run/docker.sock", "/var/run/docker.sock"))
.artifacts(new Artifact("version").location(".").copyPattern("**/version.properties").shared(true),
new Artifact("paligo-theme.tar.gz").location(".").copyPattern("**/paligo-theme.tar.gz").shared(true));
new Artifact("paligo-theme.tar.gz").location(".").copyPattern("**/paligo-theme.tar.gz").shared(true));
}