We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c47d218 commit c03e28bCopy full SHA for c03e28b
.ci/release/Jenkinsfile
@@ -214,7 +214,7 @@ pipeline {
214
// restore git state before updating .x branch, otherwise later external scripts will use
215
// the version when the tag was created, which might not match the release branch state
216
sh(label: "remote branch is fetched for local checkout", script: "git fetch origin ${BRANCH_SPECIFIER}")
217
- sh(label: "restore to previous updating version", script: "git checkout --track origin/${BRANCH_SPECIFIER}")
+ sh(label: "restore to previous updating version", script: "git checkout --track origin/${BRANCH_SPECIFIER} --force")
218
}
219
220
0 commit comments