Skip to content

Commit

Permalink
Dix the packer cache script
Browse files Browse the repository at this point in the history
  • Loading branch information
alpar-t authored and Gurkan Kaymak committed May 27, 2019
1 parent a6c6dac commit faed669
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion distribution/docker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -142,4 +142,6 @@ assemble.dependsOn "buildDockerImage"
// 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.
// 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
}

0 comments on commit faed669

Please sign in to comment.