This is an automated email from the ASF dual-hosted git repository.
gmcdonald pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tac-website.git
The following commit(s) were added to refs/heads/main by this push:
new 7dadb37 try a workaround
7dadb37 is described below
commit 7dadb378a2218eca9407bc72cff5021a26dedce4
Author: gmcdonald <[email protected]>
AuthorDate: Sat Feb 25 12:33:17 2023 +0100
try a workaround
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 5e68008..5a30fbb 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -106,7 +106,7 @@ pipeline {
script {
// Checkout branch with generated content
sh """
- git checkout ${DEPLOY_BRANCH}
+ git checkout -b ${DEPLOY_BRANCH} --track
origin/${DEPLOY_BRANCH}
git pull origin ${DEPLOY_BRANCH}
"""
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]