Print progress to log
This commit is contained in:
parent
1150f56221
commit
c8ddc72744
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue