You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by du...@apache.org on 2018/03/28 19:54:47 UTC

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

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 247a95e  Remove the deletion of the previous latest tag (#261)
247a95e is described below

commit 247a95e2d4f7c67a34a2f50309bf6b1cec465cbd
Author: Vincent <sh...@us.ibm.com>
AuthorDate: Wed Mar 28 15:54:45 2018 -0400

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

diff --git a/.travis.yml b/.travis.yml
index 3484d0d..3a362cf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -73,7 +73,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-cli :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-cli $GIT_TAG;
     fi

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