Compare commits

...

3 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
645bb34b4d Update '.drone.yml'
All checks were successful
continuous-integration/drone the build was successful
2021-08-23 17:22:20 +02:00

View File

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