浏览代码

Merge pull request #2098 from tsloughter/cirrus-new-tags

try CIRRUS_TAG != '' for triggering cirrus for new tags
pull/2010/head
Fred Hebert 6 年前
提交者 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

正在加载...
取消
保存