commit f166e635da665229c64c36a51272b73b7539e161 Author: aetos Date: Sat Sep 27 22:02:13 2025 +0000 Add .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"