Follow redirects to download data
Some checks failed
Cache OSM data / cache (push) Failing after 21m46s
Some checks failed
Cache OSM data / cache (push) Failing after 21m46s
This commit is contained in:
parent
ab92a39ccb
commit
3e719f96de
1 changed files with 3 additions and 3 deletions
|
@ -19,13 +19,13 @@ jobs:
|
||||||
|
|
||||||
- name: Download OSM data
|
- name: Download OSM data
|
||||||
run: |
|
run: |
|
||||||
curl -o osm.pbf \
|
curl -L -o osm.pbf \
|
||||||
--fail \
|
--fail \
|
||||||
https://download.geofabrik.de/europe/france-latest.osm.pbf
|
https://download.geofabrik.de/europe/france-latest.osm.pbf
|
||||||
|
|
||||||
- name: Download "competences territoriales" data
|
- name: Download institutions data
|
||||||
run: |
|
run: |
|
||||||
curl -o competences-territoriales.csv \
|
curl -L -o competences-territoriales.csv \
|
||||||
--fail \
|
--fail \
|
||||||
https://www.data.gouv.fr/fr/datasets/r/c53cd4d4-4623-4772-9b8c-bc72a9cdf4c2
|
https://www.data.gouv.fr/fr/datasets/r/c53cd4d4-4623-4772-9b8c-bc72a9cdf4c2
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue