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/04/05 20:06:05 UTC

[GitHub] mrutkows commented on a change in pull request #856: Add the tag into the names of the binary packages

mrutkows commented on a change in pull request #856: Add the tag into the names of the binary packages
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/pull/856#discussion_r179584578
 
 

 ##########
 File path: .travis.yml
 ##########
 @@ -62,6 +62,12 @@ before_deploy:
 - echo "Deploying $RELEASE_PKG_FILE to GitHub releases."
 - export GIT_TAG="latest"
 - export TAG=false
+- if [ ! -z "$TRAVIS_TAG" ] ; then
 
 Review comment:
   : If the current build is for a git tag, this variable is set to the tag’s name.

----------------------------------------------------------------
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