add origin/.. to checkout
This commit is contained in:
parent
fe6e91aa17
commit
4eb2ac07b2
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue