This commit is contained in:
root
2021-09-20 01:21:05 +02:00
parent 951de61e16
commit a56427705c
13 changed files with 160 additions and 46 deletions

View File

@@ -1,19 +0,0 @@
pipeline:
build:
image: debian
pull: true
commands:
- echo "Testing Build"
when:
event: [push, tag]
package:
image: debian
pull: true
commands:
- echo "zap"
when:
event: tag
# Not working :/
# branches: master