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 <[email protected]>
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://[email protected]/apache/incubator-openwhisk-wskdeploy 
:refs/tags/$GIT_TAG
+    git push -q 
https://[email protected]/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://[email protected]/apache/incubator-openwhisk-wskdeploy $GIT_TAG;
   fi

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to