You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2020/11/02 14:21:00 UTC

[camel-website] branch master updated: fix: add `--force` to push

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

zregvart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-website.git


The following commit(s) were added to refs/heads/master by this push:
     new c36ce15  fix: add `--force` to push
c36ce15 is described below

commit c36ce152f182650ae77adc43e7d8435c9dae96c6
Author: Zoran Regvart <zr...@apache.org>
AuthorDate: Mon Nov 2 15:19:28 2020 +0100

    fix: add `--force` to push
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 26b39fe..7077d55 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -92,7 +92,7 @@ pipeline {
                     sh "cp -R $WORKSPACE/camel-website/public/. ."
                     sh 'git add .'
                     sh 'git commit -m "Website updated to $GIT_COMMIT"'
-                    sh 'git push origin asf-site'
+                    sh 'git push --force origin asf-site'
                 }
             }
        }