소스 검색

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
부모
커밋
22b221d073
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      .cirrus.yml

+ 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

불러오는 중...
취소
저장