Add show progress; add schedule
This commit is contained in:
parent
fec9e7930d
commit
58a79416e8
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
on:
|
||||
- push
|
||||
schedule:
|
||||
- cron: "0 2 * * 5"
|
||||
|
||||
jobs:
|
||||
update_planet_file:
|
||||
|
@ -14,7 +15,7 @@ jobs:
|
|||
|
||||
- name: Download the planet file
|
||||
shell: bash
|
||||
run: wget https://planet.openstreetmap.org/pbf/planet-latest.osm.pbf -O /data/planet-latest.osm.pbf.part
|
||||
run: wget --show-progress https://planet.openstreetmap.org/pbf/planet-latest.osm.pbf -O /data/planet-latest.osm.pbf.part
|
||||
|
||||
|
||||
- name: Move the planet file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue