Compare commits

...

2 Commits

Author SHA1 Message Date
b28edbdfc3 Update '.drone.yml'
Some checks are pending
continuous-integration/drone the build is pending
2021-08-23 17:53:00 +02:00
82da0c99f8 Update '.drone.yml'
Some checks are pending
continuous-integration/drone the build is pending
2021-08-23 17:46:46 +02:00

View File

@ -1,6 +1,7 @@
pipeline:
build:
image: debian
pull: true
commands:
- echo "HALLO WELT, KANNST DU MICH HOEREN"
when:
@ -8,7 +9,10 @@ pipeline:
package:
image: debian
pull: true
commands:
- echo "zap"
when:
event: tag
branches: master