CI-Test/.drone.yml

19 lines
271 B
YAML

pipeline:
build:
image: debian
pull: true
commands:
- echo "Testing Build"
when:
event: [push, tag]
package:
image: debian
pull: true
commands:
- echo "zap"
when:
event: tag
# Not working :/
# branches: master