Explorar el Código
Merge pull request #2098 from tsloughter/cirrus-new-tags
try CIRRUS_TAG != '' for triggering cirrus for new tags
pull/2010/head
Fred Hebert
hace 6 años
cometido por
GitHub
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 4AEE18F83AFDEB23
Se han
modificado 1 ficheros con
1 adiciones y
1 borrados
-
.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 |
|
|
|