Skip to content

Commit 7a7067d

Browse files
committed
fix: format force revert to valid .asf.yaml
1 parent 107a070 commit 7a7067d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ pipeline {
9797
sh 'git rm -q -r *'
9898
sh "cp -R $WORKSPACE/camel-website/public/. ."
9999
sh 'git add .'
100-
sh 'git checkout $STOP_SQUASH_AT -- ./.asf.yaml' // force revert to commit containing the valid .asf.yml
100+
sh 'git checkout "$STOP_SQUASH_AT" -- ./.asf.yaml' // force revert to commit containing the valid .asf.yml
101101
sh 'git commit -m "Website updated to $GIT_COMMIT"'
102102
sh 'git push --force origin asf-site'
103103
}

0 commit comments

Comments
 (0)