init drone: download pbf with plugin
Some checks failed
continuous-integration/drone/tag Build is failing

This commit is contained in:
nobohan 2023-07-03 15:12:50 +02:00
parent a62a10552b
commit c67dfbeb56

23
.drone.yml Normal file
View File

@ -0,0 +1,23 @@
---
kind: pipeline
type: docker
name: default
trigger:
event:
- tag
clone:
disable: true
steps:
- name: clone
image: plugins/git
settings:
recursive: true
- name: download_pbf
image: plugins/download
settings:
source: https://download.geofabrik.de/europe/luxembourg-latest.osm.pbf
destination: /drone/src/pbf