You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/05/24 18:24:07 UTC

[GitHub] pritidesai closed pull request #934: Remove the redundant packages from the release artifacts

pritidesai closed pull request #934: Remove the redundant packages from the release artifacts
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/pull/934
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/.travis.yml b/.travis.yml
index 168e6199..8f822427 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."


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services