init drone: download pbf with plugin
Some checks failed
continuous-integration/drone/tag Build is failing
Some checks failed
continuous-integration/drone/tag Build is failing
This commit is contained in:
parent
a62a10552b
commit
c67dfbeb56
23
.drone.yml
Normal file
23
.drone.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user