Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
b28edbdfc3 | |||
82da0c99f8 | |||
645bb34b4d |
@ -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
|
Reference in New Issue
Block a user