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 7a7067da fix: format force revert to valid .asf.yaml
7a7067da is described below
commit 7a7067da89cf6160f2698f1394ee9ea47e74e026
Author: Gaelle Fournier <[email protected]>
AuthorDate: Fri Oct 10 11:35:00 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 61f696da..75d9edf4 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'
}