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

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


The following commit(s) were added to refs/heads/main by this push:
     new bee4d838 fix: format force revert to valid .asf.yaml
bee4d838 is described below

commit bee4d8381930ed6075000243f90d1c3084675da8
Author: Gaelle Fournier <[email protected]>
AuthorDate: Fri Oct 10 13:36:11 2025 +0200

    fix: format force revert to valid .asf.yaml
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 75d9edf4..e41b49b2 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -97,7 +97,7 @@ pipeline {
                     sh 'git rm -q -r *'
                     sh "cp -R $WORKSPACE/camel-website/public/. ."
                     sh 'git add .'
-                    sh 'git checkout "$STOP_SQUASH_AT" -- ./.asf.yaml' // 
force revert to commit containing the valid .asf.yml
+                    sh "git checkout $STOP_SQUASH_AT -- ./.asf.yaml" // force 
revert to commit containing the valid .asf.yml
                     sh 'git commit -m "Website updated to $GIT_COMMIT"'
                     sh 'git push --force origin asf-site'
                 }

Reply via email to