diff options
author | Tristan Sloughter <t@crashfast.com> | 2019-06-01 10:40:20 -0600 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2019-06-01 10:40:20 -0600 |
commit | cbde30baf1857929ccaeb0ac4ba25a5f68474268 (patch) | |
tree | 125e692040b9acdb91a7553c64a1f3f23f4e4bd4 | |
parent | 2a38e6bdae6f93d746921cf45e624fc9a8c48d8c (diff) |
try CIRRUS_TAG != '' for triggering cirrus for new tags
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |