From cbde30baf1857929ccaeb0ac4ba25a5f68474268 Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Sat, 1 Jun 2019 10:40:20 -0600 Subject: try CIRRUS_TAG != '' for triggering cirrus for new tags --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.cirrus.yml') diff --git a/.cirrus.yml b/.cirrus.yml index de7a879..7b3dba0 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -39,7 +39,7 @@ release_task: image: erlang:18 depends_on: - test - only_if: $CIRRUS_RELEASE != "" + only_if: $CIRRUS_TAG != '' script: | apt-get update apt-get install -y s3cmd -- cgit v1.1