Cirrus: Minor, fix env. var. intention

Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
Chris Evich
2019-09-23 16:33:12 -04:00
parent a8c2b5dee4
commit ce5d506cc0

View File

@ -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"