From c8ddc72744aee6bd05bc76edb0ed016a0288bdc8 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Mon, 7 Jul 2025 02:06:27 +0200 Subject: [PATCH] Print progress to log --- .forgejo/workflows/update_daily.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/update_daily.yml b/.forgejo/workflows/update_daily.yml index 47c9a95..1dd2a8d 100644 --- a/.forgejo/workflows/update_daily.yml +++ b/.forgejo/workflows/update_daily.yml @@ -18,7 +18,7 @@ jobs: shell: bash run: | # https://planet.openstreetmap.org/pbf/planet-latest.osm.pbf - wget https://download.openplanetdata.com/osm/planet/pbf/planet-latest.osm.pbf -O /data/planet-latest.osm.pbf.part + wget --progress=dot:giga https://download.openplanetdata.com/osm/planet/pbf/planet-latest.osm.pbf -O /data/planet-latest.osm.pbf.part - name: Move the planet file @@ -44,7 +44,7 @@ jobs: - uses: https://source.mapcomplete.org/actions/checkout@v4 - name: Download the pmtile file shell: bash - run: wget "https://build.protomaps.com/$(date -d "yesterday" +%Y%m%d).pmtiles" -O /data/planet-latest.pmtiles.part + run: wget --progress=dot:giga "https://build.protomaps.com/$(date -d "yesterday" +%Y%m%d).pmtiles" -O /data/planet-latest.pmtiles.part - name: Move the pmtile file shell: bash run: mv -f /data/planet-latest.pmtiles.part /data/planet-latest.pmtiles