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