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 19:57:03 UTC

[incubator-openwhisk-wskdeploy] branch master updated: Add the build_tag_release script back (#936)

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 9e863c2  Add the build_tag_release script back (#936)
9e863c2 is described below

commit 9e863c2886c48d98da99c79f5ada120513096a4f
Author: Vincent <sh...@us.ibm.com>
AuthorDate: Thu May 24 15:56:42 2018 -0400

    Add the build_tag_release script back (#936)
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index 8f82242..4eee708 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -49,6 +49,7 @@ before_deploy:
 - export GIT_TAG="latest"
 - export TAG=false
 - ./gradlew --console=plain releaseBinaries -PpackageVersion=$GIT_TAG
+- "./tools/travis/build_tag_releases.sh $build_file_name $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."
 - if [ "$TRAVIS_BRANCH" == "master" ] && [ "$TRAVIS_EVENT_TYPE" == "push" ] && [ "$TRAVIS_OS_NAME" == "linux" ] ; then

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