This commit is contained in:
parent
0c84375ef7
commit
0a7ed0ff54
10
.drone.yml
10
.drone.yml
|
@ -1,4 +1,7 @@
|
||||||
pipeline:
|
kind: pipeline
|
||||||
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
# build:
|
# build:
|
||||||
# image: ruby
|
# image: ruby
|
||||||
# commands:
|
# commands:
|
||||||
|
@ -21,7 +24,8 @@ pipeline:
|
||||||
# when:
|
# when:
|
||||||
# branch:
|
# branch:
|
||||||
# - master
|
# - master
|
||||||
testing:
|
|
||||||
|
- name: testing
|
||||||
image: alpine
|
image: alpine
|
||||||
environment:
|
environment:
|
||||||
TEST:
|
TEST:
|
||||||
|
@ -29,7 +33,7 @@ pipeline:
|
||||||
commands:
|
commands:
|
||||||
- echo hello world
|
- echo hello world
|
||||||
|
|
||||||
notify:
|
- name: notify
|
||||||
image: plugins/matrix
|
image: plugins/matrix
|
||||||
settings:
|
settings:
|
||||||
homeserver: https://data.coop
|
homeserver: https://data.coop
|
||||||
|
|
Loading…
Reference in a new issue