Przeglądaj źródła

Merge pull request #2098 from tsloughter/cirrus-new-tags

try CIRRUS_TAG != '' for triggering cirrus for new tags
pull/2010/head
Fred Hebert 6 lat temu
committed by GitHub
rodzic
commit
22b221d073
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      .cirrus.yml

+ 1
- 1
.cirrus.yml Wyświetl plik

@ -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

Ładowanie…
Anuluj
Zapisz