add origin/.. to checkout

This commit is contained in:
Paul Carlton 2022-09-30 16:31:29 +01:00
parent 4eb2ac07b2
commit 3d3bd42a76

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 origin/${BRANCH} -b ${BRANCH} git checkout ${BRANCH}
charts=$(cd ${CHARTS_TMP_DIR} && ls *.tgz | xargs) charts=$(cd ${CHARTS_TMP_DIR} && ls *.tgz | xargs)