Skip to content
This repository has been archived by the owner on Mar 10, 2021. It is now read-only.

Commit

Permalink
Add checkout of release branch so that TeamCity workspace is correctl…
Browse files Browse the repository at this point in the history
…y setup.
  • Loading branch information
katmatt committed Nov 15, 2017
1 parent 66e7f96 commit ffc6796
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions prepare-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ then
fi
fi

WORKDIR=`pwd`
TMPDIR=`mktemp -d`
echo "Copying to ${TMPDIR}"

Expand Down Expand Up @@ -112,4 +113,6 @@ fi

git push origin ${CURRENT_BRANCH}
echo Build directory ${TMPDIR}
cd ${WORKDIR}

git checkout origin ${BRANCH_NAME}

0 comments on commit ffc6796

Please sign in to comment.