Added test .drone.yml
This commit is contained in:
parent
ecec03134a
commit
9e428b1882
1 changed files with 5 additions and 0 deletions
5
.drone.yml
Normal file
5
.drone.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
pipeline:
|
||||
first-test:
|
||||
image: alpine
|
||||
commands:
|
||||
- echo "woodpecker is very cool"
|
||||
Reference in a new issue