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:
image: debian
commands:
- echo "HALLO WELT, KANNST DU MICH HÖREN"
- echo "HALLO WELT, KANNST DU MICH HOEREN"
when:
event: [push, tag]
package:
image: debian
command:
- "zap"
- echo "zap"
when:
event: tag