From ab6cbbb45cdc63e9f1185f14012fa29965cf6483 Mon Sep 17 00:00:00 2001 From: mnky Date: Fri, 6 Mar 2026 12:16:31 +0000 Subject: [PATCH] =?UTF-8?q?.drone.yml=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..a965de4 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,11 @@ +kind: pipeline +type: kubernetes +name: default + +steps: + - name: hello + image: alpine + commands: + - echo "Pipeline läuft!" + - echo "Repo: ${DRONE_REPO}" + - echo "Branch: ${DRONE_BRANCH}" \ No newline at end of file