mirror of https://github.com/containers/podman.git
Merge pull request #4087 from cevich/intended_env_var
Cirrus: Minor, fix env. var. intention
This commit is contained in:
commit
c3b9e21c41
|
@ -295,7 +295,7 @@ meta_task:
|
|||
image_prune_task:
|
||||
|
||||
# Do not run this frequently
|
||||
only_if: $CIRRUS_BRANCH == 'master'
|
||||
only_if: $CIRRUS_BRANCH == $DEST_BRANCH
|
||||
|
||||
depends_on:
|
||||
- "meta"
|
||||
|
|
Loading…
Reference in New Issue