Cool Stuff
This commit is contained in:
14
.drone.yml
Normal file
14
.drone.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
pipeline:
|
||||
build:
|
||||
image: debian
|
||||
commands:
|
||||
- echo "HALLO WELT, KANNST DU MICH HÖREN"
|
||||
when:
|
||||
event: [push, tag]
|
||||
|
||||
package:
|
||||
image: debian
|
||||
command:
|
||||
- "zap"
|
||||
when:
|
||||
event: tag
|
||||
Reference in New Issue
Block a user