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