Update '.drone.yml'
continuous-integration/drone the build was successful Details

This commit is contained in:
Kevin Dorner 2021-08-23 17:22:20 +02:00
parent b5de206e91
commit 645bb34b4d
1 changed files with 2 additions and 2 deletions

View File

@ -1,13 +1,13 @@
pipeline: pipeline:
build: build:
image: golang image: debian
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
commands: commands:
- echo "zap" - echo "zap"
when: when: