Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use onlyIf for build Docker image task execution (elastic#54047)
This commit switches to using an onlyIf to determine if a build Docker image task execution should occur. This is preferred since it means that the determination is performed at task execution time, rather than during configuration.
- Loading branch information