Merge pull request #4087 from cevich/intended_env_var

Cirrus: Minor, fix env. var. intention
This commit is contained in:
OpenShift Merge Robot
2019-09-30 13:43:46 -07:00
committed by GitHub

View File

@ -295,7 +295,7 @@ meta_task:
image_prune_task: image_prune_task:
# Do not run this frequently # Do not run this frequently
only_if: $CIRRUS_BRANCH == 'master' only_if: $CIRRUS_BRANCH == $DEST_BRANCH
depends_on: depends_on:
- "meta" - "meta"