ソースを参照

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
この署名に対応する既知のキーがデータベースに存在しません 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

読み込み中…
キャンセル
保存