This commit is contained in:
UnlimitedCookies 2021-08-22 23:28:25 +02:00
parent daf351c0ea
commit 7d8ec090d5
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@ pipeline:
build: build:
image: debian image: debian
commands: commands:
- echo "HALLO WELT, KANNST DU MICH HÖREN" - echo "HALLO WELT, KANNST DU MICH HOEREN"
when: when:
event: [push, tag] event: [push, tag]
package: package:
image: debian image: debian
command: command:
- "zap" - echo "zap"
when: when:
event: tag event: tag