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 cfcfe256 fix: force revert to valid .asf.yaml
cfcfe256 is described below
commit cfcfe256cb934537cb8f70400b32817bdcaaa13b
Author: Gaelle Fournier <[email protected]>
AuthorDate: Fri Oct 10 09:17:47 2025 +0200
fix: force revert to valid .asf.yaml
---
Jenkinsfile | 1 +
1 file changed, 1 insertion(+)
diff --git a/Jenkinsfile b/Jenkinsfile
index 477c9000..61f696da 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -97,6 +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 commit -m "Website updated to $GIT_COMMIT"'
sh 'git push --force origin asf-site'
}