This commit is contained in:
parent
9e57907256
commit
00768e9e1d
1 changed files with 6 additions and 4 deletions
|
@ -6,15 +6,17 @@ jobs:
|
|||
runs-on: [ lain ]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Tests
|
||||
shell: bash
|
||||
run: pwd && ls /data
|
||||
|
||||
|
||||
- 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
|
||||
|
||||
- name: Download the planet file
|
||||
shell: bash
|
||||
run: pwd && ls /data
|
||||
|
||||
|
||||
- name: Move the planet file
|
||||
shell: bash
|
||||
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