Selaa lähdekoodia
try CIRRUS_TAG != '' for triggering cirrus for new tags
pull/2098/head
Tristan Sloughter
6 vuotta sitten
vanhempi
commit
cbde30baf1
No known key found for this signature in database
GPG Key ID: AAB97DDECCEB8150
1 muutettua tiedostoa jossa
1 lisäystä ja
1 poistoa
-
.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 |
|
|
|