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

jihao pushed a commit to branch thirdeye-deploy
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git


The following commit(s) were added to refs/heads/thirdeye-deploy by this push:
     new a0dd1b1  [TE] enable verbose in maven and skip publishing 
thirdeye-dist (#6090)
a0dd1b1 is described below

commit a0dd1b11340069cbdb7c49c5825a497b76264523
Author: Vincent Chen <[email protected]>
AuthorDate: Thu Oct 1 11:19:51 2020 -0700

    [TE] enable verbose in maven and skip publishing thirdeye-dist (#6090)
---
 .travis/.travis_set_deploy_build_opts.sh | 8 ++++----
 .travis/.travis_te_nightly_build.sh      | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.travis/.travis_set_deploy_build_opts.sh 
b/.travis/.travis_set_deploy_build_opts.sh
index 1d5d1a7..f055318 100755
--- a/.travis/.travis_set_deploy_build_opts.sh
+++ b/.travis/.travis_set_deploy_build_opts.sh
@@ -18,10 +18,10 @@
 # under the License.
 #
 
-if [ "$TRAVIS_EVENT_TYPE" = "cron" ]; then
+# if [ "$TRAVIS_EVENT_TYPE" = "cron" ]; then
   export DEV_VERSION="-dev-${TRAVIS_BUILD_NUMBER}"
   export DEPLOY_BUILD_OPTS="-Dsha1=-dev-${TRAVIS_BUILD_NUMBER}"
   npm install -g npm-login-noninteractive
-else
-  export DEPLOY_BUILD_OPTS=""
-fi
+# else
+#   export DEPLOY_BUILD_OPTS=""
+# fi
diff --git a/.travis/.travis_te_nightly_build.sh 
b/.travis/.travis_te_nightly_build.sh
index 790509d..7be0d52 100755
--- a/.travis/.travis_te_nightly_build.sh
+++ b/.travis/.travis_te_nightly_build.sh
@@ -27,7 +27,7 @@ if [ -n "${DEPLOY_BUILD_OPTS}" ]; then
   mvn versions:set -DnewVersion="$BUILD_VERSION${DEV_VERSION}" -q -B
   mvn versions:commit -q -B
   # Deploy ThirdEye backend to bintray
-  mvn -pl '!thirdeye-frontend' deploy -s ../.travis/.ci.settings.xml 
-DskipTests -q 
-DaltDeploymentRepository=bintray-linkedin-maven::default::'https://api.bintray.com/maven/linkedin/maven/thirdeye/;publish=1;override=1'
+  mvn -pl '!thirdeye-frontend,!thirdeye-dist' deploy -s 
../.travis/.ci.settings.xml -DskipTests -q 
-DaltDeploymentRepository=bintray-linkedin-maven::default::'https://api.bintray.com/maven/linkedin/maven/thirdeye/;publish=1;override=1'
 -e -X
   # Deploy ThirdEye frontend to NPM
   cd thirdeye-frontend/
   npm version ${BUILD_VERSION}${DEV_VERSION}


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to