Skip to content

Commit

Permalink
Pull_all: Add temporary hack to remove unused repos (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
Flova authored Nov 14, 2023
2 parents 105a9ee + ee6d3dc commit 71ac4d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/pull_all.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#!/bin/bash
set -e

# This is a temporary hack, so it is not necessary that every user removes these dirs themselfs
rm -rf basler_drivers
rm -rf humanoid_league_msgs

git submodule foreach git pull
git -C humanoid_league_misc submodule update

0 comments on commit 71ac4d3

Please sign in to comment.