Skip to content

Commit

Permalink
Disable composePull only if it exists (#41306)
Browse files Browse the repository at this point in the history
The task will not be created when docker is not available.
  • Loading branch information
alpar-t committed Apr 18, 2019
1 parent a4a4259 commit 45c151f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distribution/docker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -142,4 +142,4 @@ 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
composePull.enabled = false
tasks.matching { name == "composePull" }.all { enabled = false }

0 comments on commit 45c151f

Please sign in to comment.