You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by pd...@apache.org on 2018/05/24 18:24:08 UTC

[incubator-openwhisk-wskdeploy] branch master updated: Remove the redundant packages from the release artifacts (#934)

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

pdesai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-wskdeploy.git


The following commit(s) were added to refs/heads/master by this push:
     new 57c1227  Remove the redundant packages from the release artifacts (#934)
57c1227 is described below

commit 57c1227dbfc0fd39ece65f79562102c5a77ce68f
Author: Vincent <sh...@us.ibm.com>
AuthorDate: Thu May 24 14:24:05 2018 -0400

    Remove the redundant packages from the release artifacts (#934)
---
 .travis.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 168e619..8f82242 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -48,7 +48,6 @@ before_deploy:
 - go get github.com/inconshreveable/mousetrap
 - export GIT_TAG="latest"
 - export TAG=false
-- "./tools/travis/build_tag_releases.sh $build_file_name $GIT_TAG"
 - ./gradlew --console=plain releaseBinaries -PpackageVersion=$GIT_TAG
 - export RELEASE_PKG_FILE="$(cd "$TRAVIS_BUILD_DIR/release" && ls ${zip_file_name}-*.tgz ${zip_file_name}-*.zip)"
 - echo "Deploying $RELEASE_PKG_FILE to GitHub releases."

-- 
To stop receiving notification emails like this one, please contact
pdesai@apache.org.