Skip to content

Commit 049db96

Browse files
committed
always checkout to main and pull to get the latest
1 parent c5e2360 commit 049db96

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

script_to_build.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ git fetch
4444
exit_if_failed
4545
echo ""
4646

47+
echo "git pull origin main"
48+
git checkout main
49+
git pull origin main
50+
exit_if_failed
51+
echo ""
52+
4753
echo "git checkout <tag>"
4854
input=$1
4955
echo $input

0 commit comments

Comments
 (0)