Skip to content

Commit

Permalink
cleaning sumo dir before build #3
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Oct 31, 2023
1 parent 43329b7 commit 51acc1d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/build/dailyUpdateMakeGCC.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ echo -n "$FILEPREFIX " > $STATUSLOG
date >> $STATUSLOG
echo "--" >> $STATUSLOG
cd $PREFIX/sumo
rm -rf build/$FILEPREFIX
git clean -f -x bin &> $MAKELOG || (echo "git clean failed" | tee -a $STATUSLOG; tail -10 $MAKELOG)
git clean -f -x -q . &> $MAKELOG || (echo "git clean failed" | tee -a $STATUSLOG; tail -10 $MAKELOG)
basename $MAKELOG >> $STATUSLOG
git pull >> $MAKELOG 2>&1 || (echo "git pull failed" | tee -a $STATUSLOG; tail -10 $MAKELOG)
git submodule update >> $MAKELOG 2>&1 || (echo "git submodule update failed" | tee -a $STATUSLOG; tail -10 $MAKELOG)
Expand Down

0 comments on commit 51acc1d

Please sign in to comment.