Add .drone.yml
Some checks reported errors
continuous-integration/drone Build was killed

This commit is contained in:
2025-09-27 22:02:13 +00:00
commit f166e635da

11
.drone.yml Normal file
View File

@@ -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"