Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
aec5defecc | |||
2ecd301dce | |||
b28edbdfc3 |
@ -1,6 +1,7 @@
|
||||
pipeline:
|
||||
build:
|
||||
image: debian
|
||||
pull: true
|
||||
commands:
|
||||
- echo "HALLO WELT, KANNST DU MICH HOEREN"
|
||||
when:
|
||||
@ -8,9 +9,11 @@ pipeline:
|
||||
|
||||
package:
|
||||
image: debian
|
||||
pull: true
|
||||
commands:
|
||||
- echo "zap"
|
||||
when:
|
||||
event: tag
|
||||
|
||||
# Not working :/
|
||||
branches: master
|
Reference in New Issue
Block a user