Update script
Some checks failed
/ update_planet_file (push) Failing after 4s

This commit is contained in:
Pieter Vander Vennet 2025-02-13 14:41:14 +01:00
parent 9e57907256
commit 00768e9e1d

View file

@ -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