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:42 UTC

[incubator-hop-docs] 11/37: push to HEAD:master

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 ddd4fddfd37d8b84e90af7c30b9dd1d9117421cf
Author: Hans Van Akelyen <ha...@gmail.com>
AuthorDate: Sun Nov 8 15:54:56 2020 +0100

    push to HEAD:master
---
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 2f75bdf..ef72dd7 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -99,7 +99,7 @@ pipeline {
                 sh './generate_navigation.sh'
                 sh 'git add .'
                 sh 'git commit -m "Documentation updated to $GIT_COMMIT"'
-                sh 'git push --force origin master'
+                sh 'git push --force origin HEAD:master'
             }
         }
         stage('Website update') {
@@ -112,7 +112,7 @@ pipeline {
             }
         }
     }
-    
+
     post {
         always {
             cleanWs()