This commit is contained in:
parent
09e497bea0
commit
3abb048fdf
1 changed files with 4 additions and 4 deletions
|
|
@ -14,11 +14,11 @@ jobs:
|
||||||
- name: Download the planet file
|
- name: Download the planet file
|
||||||
shell: bash
|
shell: bash
|
||||||
run: aria2c -T planet-latest.osm.pbf.torrent --seed-time=0
|
run: aria2c -T planet-latest.osm.pbf.torrent --seed-time=0
|
||||||
|
|
||||||
- name: Move the planet file to the data directory
|
- name: Move the planet file to the data directory
|
||||||
shell: bash
|
shell: bash
|
||||||
run: mv planet-*.osm.pbf /data/planet-latest.osm.bpf
|
run: mv planet-*.osm.pbf /data/planet-latest.osm.bpf
|
||||||
|
|
||||||
- name: Print download date
|
- name: Print download date
|
||||||
shell: bash
|
shell: bash
|
||||||
run: date --iso > /data/planet_download_date.txt
|
run: date --iso > /data/planet_download_date.txt
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue