You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ba...@apache.org on 2020/11/12 20:26:47 UTC

[incubator-hop-docs] 16/37: force push to HEAD

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

bartmaer pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-hop-docs.git

commit f137515ed479100484a653c3260ec1d48d56c6bf
Author: Hans Van Akelyen <ha...@gmail.com>
AuthorDate: Sun Nov 8 16:44:41 2020 +0100

    force push to HEAD
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 01c84ab..d280a94 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -87,7 +87,7 @@ pipeline {
                 sh './generate_navigation.sh'
                 sh 'git add .'
                 sh 'git commit -m "Documentation updated to $GIT_COMMIT"'
-                sh 'git push --force origin asf-site'
+                sh 'git push --force origin HEAD:asf-site'
                 }
         }
         stage('Website update') {