CI-Test/.drone.yml

16 lines
242 B
YAML

pipeline:
build:
image: debian
commands:
- echo "HALLO WELT, KANNST DU MICH HOEREN"
when:
event: [push, tag]
package:
image: debian
commands:
- echo "zap"
when:
event: tag
branches: master