Files
cicd/.drone.yml
aetos f166e635da
Some checks reported errors
continuous-integration/drone Build was killed
Add .drone.yml
2025-09-27 22:02:13 +00:00

12 lines
202 B
YAML

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