add origin/.. to checkout

This commit is contained in:
Paul Carlton 2022-09-30 15:52:23 +01:00
parent fe6e91aa17
commit 4eb2ac07b2

View file

@ -162,7 +162,7 @@ upload() {
git config user.name "${COMMIT_USERNAME}" git config user.name "${COMMIT_USERNAME}"
git config user.email "${COMMIT_EMAIL}" git config user.email "${COMMIT_EMAIL}"
git remote set-url origin ${REPO_URL} git remote set-url origin ${REPO_URL}
git checkout ${BRANCH} git checkout origin/${BRANCH} -b ${BRANCH}
charts=$(cd ${CHARTS_TMP_DIR} && ls *.tgz | xargs) charts=$(cd ${CHARTS_TMP_DIR} && ls *.tgz | xargs)