1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-26 17:03:12 +03:00

Don't leave the gh-pages branch checked out

After a pre-release, check out the release branch again rather
than leaving the working copy on the gh-pages branch
This commit is contained in:
David Baker
2017-04-10 15:52:37 +01:00
parent 8ac0d12d1e
commit 19e5eda773

View File

@@ -238,6 +238,7 @@ fi
# if it is a pre-release, leave it on the release branch for now. # if it is a pre-release, leave it on the release branch for now.
if [ $prerelease -eq 1 ]; then if [ $prerelease -eq 1 ]; then
exit 0 exit 0
git checkout "$rel_branch"
fi fi
# merge release branch to master # merge release branch to master