CI-Test/.drone.yml

15 lines
219 B
YAML

pipeline:
build:
image: debian
commands:
- echo "HALLO WELT, KANNST DU MICH HÖREN"
when:
event: [push, tag]
package:
image: debian
command:
- "zap"
when:
event: tag