pipeline:
build:
image: golang
commands:
- echo "HALLO WELT, KANNST DU MICH HOEREN"
when:
event: [push, tag]
package:
image: debian
command:
- echo "zap"
event: tag
Powered by TurnKey Linux.