We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 107a070 commit 7a7067dCopy full SHA for 7a7067d
Jenkinsfile
@@ -97,7 +97,7 @@ pipeline {
97
sh 'git rm -q -r *'
98
sh "cp -R $WORKSPACE/camel-website/public/. ."
99
sh 'git add .'
100
- 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
101
sh 'git commit -m "Website updated to $GIT_COMMIT"'
102
sh 'git push --force origin asf-site'
103
}
0 commit comments