mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 02:14:54 +00:00
Disable composePull only if it exists (#41306)
The task will not be created when docker is not available.
This commit is contained in:
parent
a4a4259cac
commit
45c151ff8b
@ -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 }
|
||||
|
Loading…
x
Reference in New Issue
Block a user