summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorChris Evich <cevich@redhat.com>2019-09-23 16:33:12 -0400
committerChris Evich <cevich@redhat.com>2019-09-27 13:23:21 -0400
commitce5d506cc01d2da601a17f03811a7fb8a561abd6 (patch)
tree5c8cc419da591b6cd94340756af24668d03f9206 /.cirrus.yml
parenta8c2b5dee4b746c2e83970603ff2645008d54b95 (diff)
downloadpodman-ce5d506cc01d2da601a17f03811a7fb8a561abd6.tar.gz
podman-ce5d506cc01d2da601a17f03811a7fb8a561abd6.tar.bz2
podman-ce5d506cc01d2da601a17f03811a7fb8a561abd6.zip
Cirrus: Minor, fix env. var. intention
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 1665f3d9c..465c0d30d 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -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"