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
commit c3b9e21c41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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"