Skip to content

Commit

Permalink
Update update_public_server.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
chrstnbwnkl authored Sep 19, 2024
1 parent 4d311dc commit c411feb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/update_public_server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ src_dir="/src/valhalla"

git config --global --add safe.directory /src/valhalla

for s in $(ls /src/valhalla/third_party); do
git config --global --add safe.directory /src/valhalla/third_party/$s
done

git -C "${src_dir}" checkout master
git -C "${src_dir}" pull
git -C "${src_dir}" submodule update --init --recursive
Expand Down

0 comments on commit c411feb

Please sign in to comment.