You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zipkin.apache.org by ad...@apache.org on 2019/06/15 02:38:37 UTC

[incubator-zipkin-brave] branch master updated: license skip

This is an automated email from the ASF dual-hosted git repository.

adriancole pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-zipkin-brave.git


The following commit(s) were added to refs/heads/master by this push:
     new 8e9a513  license skip
8e9a513 is described below

commit 8e9a51398bb7ebde34e9a3506b295b677bc5aafa
Author: Adrian Cole <ac...@pivotal.io>
AuthorDate: Sat Jun 15 10:38:25 2019 +0800

    license skip
---
 travis/publish.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/travis/publish.sh b/travis/publish.sh
index 6627b20..24dfff9 100755
--- a/travis/publish.sh
+++ b/travis/publish.sh
@@ -123,7 +123,7 @@ if is_pull_request; then
 # If we are on master, we will deploy the latest snapshot or release version
 #   - If a release commit fails to deploy for a transient reason, delete the broken version from bintray and click rebuild
 elif is_travis_branch_master; then
-  ./mvnw --batch-mode -s ./.settings.xml -Prelease -nsu -DskipTests deploy
+  ./mvnw --batch-mode -s ./.settings.xml -Prelease -nsu -DskipTests -Dlicense.skip=true deploy
 
   # If the deployment succeeded, sync it to Maven Central. Note: this needs to be done once per project, not module, hence -N
   if is_release_commit; then