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/03/28 22:40:12 UTC

[incubator-openwhisk-wskdeploy] branch master updated: Remove the deletion of the previous latest tag (#833)

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 8f4f2c7  Remove the deletion of the previous latest tag (#833)
8f4f2c7 is described below

commit 8f4f2c7662262aa835cd632a71897d4b0d191f15
Author: Vincent <sh...@us.ibm.com>
AuthorDate: Wed Mar 28 18:40:09 2018 -0400

    Remove the deletion of the previous latest tag (#833)
---
 .travis.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index cdfc70f..3033848 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -56,7 +56,6 @@ after_success:
     git config --global user.name "Travis CI";
     export GIT_TAG="latest";
     git tag -d $GIT_TAG;
-    git push -q https://$API_KEY@github.com/apache/incubator-openwhisk-wskdeploy :refs/tags/$GIT_TAG;
     GIT_COMMITTER_DATE="$(git show --format=%aD | head -1)" git tag $GIT_TAG -a -m "Generated tag from Travis CI build $TRAVIS_BUILD_NUMBER";
     git push -f -q https://$API_KEY@github.com/apache/incubator-openwhisk-wskdeploy $GIT_TAG;
   fi

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