Print progress to log

This commit is contained in:
Pieter Vander Vennet 2025-07-07 02:06:27 +02:00
parent 1150f56221
commit c8ddc72744

View file

@ -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