From f166e635da665229c64c36a51272b73b7539e161 Mon Sep 17 00:00:00 2001 From: aetos Date: Sat, 27 Sep 2025 22:02:13 +0000 Subject: [PATCH] Add .drone.yml --- .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..d36dfe0 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,11 @@ +--- +kind: pipeline +type: docker +name: default + +steps: + # Step 1: Check if Docker image for current version already exists + - name: test + image: alpine + commands: + - echo "pipeline running"