소스 검색
try CIRRUS_TAG != '' for triggering cirrus for new tags
pull/2098/head
Tristan Sloughter
6 년 전
No known key found for this signature in database
GPG 키 ID: AAB97DDECCEB8150
1개의 변경된 파일과
1개의 추가작업 그리고
1개의 파일을 삭제
-
.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 |
|
|
|