paligo artifact updates

This commit is contained in:
Timo 2021-07-12 21:48:19 +03:00
parent 2814be8b5b
commit 570dd9f011

View File

@ -89,7 +89,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.zip").location(".").copyPattern("**/paligo-theme/**").shared(true));
new Artifact("paligo-theme.zip").location(".").copyPattern("**/paligo-theme.tar.gz").shared(true));
}