提交 cfc0683b 编写于 作者: M Matteo Merli 提交者: GitHub

Only deploy releases and website from apache/incubator-pulsar repo (#576)

上级 30be621e
......@@ -62,6 +62,7 @@ deploy:
skip_cleanup: true
script: mvn install deploy -Prelease -DskipTests --settings .travis/settings.xml
on:
repo: apache/incubator-pulsar
tags: true
-
provider: releases
......@@ -71,11 +72,12 @@ deploy:
file_glob: true
file: "all/target/pulsar-*.tar.gz"
on:
repo: yahoo/pulsar
repo: apache/incubator-pulsar
tags: true
-
provider: script
skip_cleanup: true
script: (cd site && make travis_publish)
on:
repo: apache/incubator-pulsar
branch: master
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册