Compare commits
2 Commits
cyclosm
...
202307.03.
Author | SHA1 | Date | |
---|---|---|---|
|
0a9fb88da2 | ||
|
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/
|
Reference in New Issue
Block a user