Skip to content

Commit

Permalink
clean extracts only
Browse files Browse the repository at this point in the history
  • Loading branch information
alpha-rudy committed Dec 15, 2018
1 parent 0a59c2d commit f83e067
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/rootfs/home/builder/bin/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ WEEKLY=4
while sleep 60; do free -h >> log/mem_$(date +%d).log; done > /dev/null 2> /dev/null &

cd ~/taiwan-topo
git clean -fdx
git clean -fd
git checkout -- .
git pull --rebase
make distclean
make clean-extracts

if [ "${DAYOFWEEK}" -eq ${WEEKLY} ]; then
make suites
Expand Down

0 comments on commit f83e067

Please sign in to comment.