pipeline:
build:
image: debian
pull: true
commands:
- echo "Testing Build"
when:
event: [push, tag]
package:
- echo "zap"
event: tag
# Not working :/
# branches: master
Powered by TurnKey Linux.