This commit is contained in:
parent
84e9dde4b3
commit
258d7d7223
1 changed files with 4 additions and 0 deletions
|
|
@ -11,6 +11,10 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: wget https://planet.openstreetmap.org/pbf/planet-latest.osm.pbf -O /data/planet-latest.osm.pbf.part
|
run: wget https://planet.openstreetmap.org/pbf/planet-latest.osm.pbf -O /data/planet-latest.osm.pbf.part
|
||||||
|
|
||||||
|
- name: Download the planet file
|
||||||
|
shell: bash
|
||||||
|
run: ls /data
|
||||||
|
|
||||||
- name: Move the planet file
|
- name: Move the planet file
|
||||||
shell: bash
|
shell: bash
|
||||||
run: mv -f /data/planet-latest.osm.pbf.part /data/planet-latest.osm.pbf
|
run: mv -f /data/planet-latest.osm.pbf.part /data/planet-latest.osm.pbf
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue