.drone.yml aktualisiert
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-03-06 12:19:34 +00:00
parent e64e07793b
commit 5804578b66

View File

@@ -6,6 +6,5 @@ steps:
- name: hello - name: hello
image: alpine image: alpine
commands: commands:
- echo "Pipeline läuft!" - echo "Pipeline laeuft!"
- echo "Repo: ${DRONE_REPO}" - echo "Build erfolgreich"
- echo "Branch: ${DRONE_BRANCH}"