You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ho...@apache.org on 2018/03/22 21:53:02 UTC

[incubator-openwhisk-wskdeploy] branch master updated: Add the missing ; to update the tag "latest"

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

houshengbo 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 92f8d55  Add the missing ; to update the tag "latest"
92f8d55 is described below

commit 92f8d55b46248b96c763ccb7694ea801b5b3e230
Author: Vincent Hou <sh...@us.ibm.com>
AuthorDate: Thu Mar 22 17:29:55 2018 -0400

    Add the missing ; to update the tag "latest"
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 69fd3a9..cdef70a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -48,7 +48,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-wskdeploy :refs/tags/$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
houshengbo@apache.org.