CI-Test/.drone.yml

18 lines
272 B
YAML

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