From c67dfbeb5697eacc6b56626f4932cb166aabf052 Mon Sep 17 00:00:00 2001 From: nobohan Date: Mon, 3 Jul 2023 15:12:50 +0200 Subject: [PATCH] init drone: download pbf with plugin --- .drone.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..20683f9 --- /dev/null +++ b/.drone.yml @@ -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