fix up branch that 1-click installers will pull from

This commit is contained in:
Lincoln Stein
2022-11-03 00:32:49 -04:00
parent a338616ced
commit 152b7fc2bc
2 changed files with 2 additions and 3 deletions

View File

@@ -72,8 +72,7 @@ if not exist ".git" (
call git init
call git remote add origin %REPO_URL%
call git fetch
# call git checkout origin/main -ft
call git checkout origin/release-candidate-2-1 -ft
call git checkout origin/main -ft
)
@rem activate the base env

View File

@@ -87,7 +87,7 @@ if [ ! -e ".git" ]; then
git init
git remote add origin "$REPO_URL"
git fetch
git checkout origin/release-candidate-2-1 -ft
git checkout origin/main -ft
fi
# create the environment