fix: move clone from main to feat/v15x
parent
2340ed2876
commit
6c0d4de8f3
|
@ -27,7 +27,7 @@ fi
|
|||
# stop execution on error - don't let it build if something goes wrong
|
||||
set -e
|
||||
|
||||
git config --global init.defaultBranch main
|
||||
git config --global init.defaultBranch feat/node-v15x
|
||||
git config --global advice.detachedHead false
|
||||
|
||||
# set up an empty temporary work directory
|
||||
|
|
Loading…
Reference in New Issue