Przeglądaj źródła

fix install of s3cmd for publishing releases in cirrus

pull/2094/head
Tristan Sloughter 6 lat temu
rodzic
commit
53328d2854
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: AAB97DDECCEB8150
1 zmienionych plików z 4 dodań i 2 usunięć
  1. +4
    -2
      .cirrus.yml

+ 4
- 2
.cirrus.yml Wyświetl plik

@ -26,7 +26,8 @@ nightly_task:
- test
only_if: $BRANCH == "master"
script: |
apt install s3cmd
apt-get update
apt-get install -y s3cmd
./bootstrap
s3cmd --access_key=$ACCESS_KEY --secret_key=$SECRET_KEY put ./rebar3 s3://rebar3-nightly
environment:
@ -40,7 +41,8 @@ release_task:
- test
only_if: $CIRRUS_RELEASE != ""
script: |
apt install s3cmd
apt-get update
apt-get install -y s3cmd
./bootstrap
s3cmd --access_key=$ACCESS_KEY --secret_key=$SECRET_KEY put ./rebar3 s3://rebar3

Ładowanie…
Anuluj
Zapisz