ROFL
This commit is contained in:
parent
daf351c0ea
commit
7d8ec090d5
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue