update branch for installer to pull against

This commit is contained in:
Lincoln Stein 2022-11-08 12:56:36 +00:00
parent 8cd5d95b8a
commit 1450779146
3 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ if not exist ".git" (
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/release-candidate-2-1-3 -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/release-candidate-2-1-3 -ft
fi
# create the environment

0
scripts/invoke.py Normal file → Executable file
View File