You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ju...@apache.org on 2018/10/08 22:44:11 UTC

[jspwiki-site] 02/02: git push to - last test today

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

juanpablo pushed a commit to branch jbake
in repository https://gitbox.apache.org/repos/asf/jspwiki-site.git

commit 1f70d6acf16821a4414564e828292a5c169eb1de
Author: Juan Pablo Santos Rodríguez <ju...@gmail.com>
AuthorDate: Tue Oct 9 00:43:43 2018 +0200

    git push to  - last test today
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 4287953..b38bf3c 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -65,7 +65,7 @@ try {
                     sh 'git add .'
                     sh 'git commit -m "Automatic Site Publish by Buildbot"'
                     echo "pushing to $repo"
-                    sh 'git push origin asf-site'
+                    sh "git push $repo asf-site"
                 }
             }
         }