You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@incubator.apache.org by wa...@apache.org on 2019/04/02 19:14:27 UTC

[incubator] branch master updated: Take the git push out of the script ...

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

wave pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator.git


The following commit(s) were added to refs/heads/master by this push:
     new 38079f8  Take the git push out of the script ...
38079f8 is described below

commit 38079f8979e71f62235c518b880413e82196ca1e
Author: Dave Fisher <da...@davefisher.tech>
AuthorDate: Tue Apr 2 12:14:24 2019 -0700

    Take the git push out of the script ...
    
    Try in Jenkins
---
 build_clutch.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build_clutch.sh b/build_clutch.sh
index 38c4b5c..cf42975 100644
--- a/build_clutch.sh
+++ b/build_clutch.sh
@@ -49,4 +49,4 @@ cp $SVN_CO_DIR/content/clutch/*.ad pages/clutch/.
 git add pages/clutch/*
 # commit and push the assets and pages to site master
 git commit -m "Automatic Clutch Publish by git-site-role"
-git push origin
+echo please git push as appropriate
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@incubator.apache.org
For additional commands, e-mail: cvs-help@incubator.apache.org