Dix the packer cache script
This commit is contained in:
parent
a74ba7d5ba
commit
58dd88329f
|
@ -142,4 +142,6 @@ assemble.dependsOn "buildDockerImage"
|
||||||
// We build the images used in compose locally, but the pull command insists on using a repository
|
// We build the images used in compose locally, but the pull command insists on using a repository
|
||||||
// thus we must disable it to prevent it from doing so.
|
// thus we must disable it to prevent it from doing so.
|
||||||
// Everything will still be pulled since we will build the local images on a pull
|
// Everything will still be pulled since we will build the local images on a pull
|
||||||
tasks.matching { name == "composePull" }.all { enabled = false }
|
if (tasks.findByName("composePull")) {
|
||||||
|
tasks.composePull.enabled = false
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue