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/23 22:36:46 UTC

[incubator-openwhisk-cli] 02/02: Revert "Update the commit time for the the tag "latest" (#255)"

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

dubeejw pushed a commit to branch revert-255-keep-date-updated
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-cli.git

commit 492aeac304439031b0482dc6b4ef7623be930909
Author: James Dubee <jw...@us.ibm.com>
AuthorDate: Fri Mar 23 18:36:42 2018 -0400

    Revert "Update the commit time for the the tag "latest" (#255)"
    
    This reverts commit 3e4daed729d714deddc88397ef5dfdd615fade3e.
---
 .travis.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 6424166..7e84813 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -66,8 +66,7 @@ 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 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.