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:
|
on:
|
||||||
- push
|
schedule:
|
||||||
|
- cron: "0 2 * * 5"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update_planet_file:
|
update_planet_file:
|
||||||
|
@ -14,7 +15,7 @@ jobs:
|
||||||
|
|
||||||
- name: Download the planet file
|
- name: Download the planet file
|
||||||
shell: bash
|
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
|
- name: Move the planet file
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue