Skip to content

Commit

Permalink
prune later
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoRoth committed Nov 20, 2024
1 parent 6c8bdac commit c07594b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions runner/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ git clone https://github.com/OGGM/Bokeh-Docker.git repo
cd repo/bokeh.oggm.org

docker compose down --remove-orphans
docker system prune -f
docker compose pull
docker compose build --pull
docker compose up -d
docker system prune -a -f

while true; do
sleep 300
Expand All @@ -20,10 +20,10 @@ while true; do
git clean -fxd &&

docker compose down --remove-orphans &&
docker system prune -f &&
docker compose pull &&
docker compose build --pull &&
docker compose up -d ||
docker compose up -d &&
docker system prune -a -f ||

git reset --hard ${OHEAD}
fi
Expand Down

0 comments on commit c07594b

Please sign in to comment.