Skip to content

Commit 1e4f80b

Browse files
mattecaputimabbott
authored andcommitted
entrypoint: Change to use defaultBranch.
1 parent 50bc7ab commit 1e4f80b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ if [[ "$delete_history" == "true" ]]
9494
then
9595
echo "resetting"
9696
rm -rf .git
97+
git config --global init.defaultBranch "$archive_branch"
9798
git init
9899
fi
99100

0 commit comments

Comments
 (0)