소스 검색
Merge pull request #2098 from tsloughter/cirrus-new-tags
try CIRRUS_TAG != '' for triggering cirrus for new tags
pull/2010/head
Fred Hebert
6 년 전
committed by
GitHub
No known key found for this signature in database
GPG 키 ID: 4AEE18F83AFDEB23
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 |
|
|
|