forked from cryptohagen.dk/website
testing stuff
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:
|
||||
# image: ruby
|
||||
# commands:
|
||||
|
@ -21,7 +24,8 @@ pipeline:
|
|||
# when:
|
||||
# branch:
|
||||
# - master
|
||||
testing:
|
||||
|
||||
- name: testing
|
||||
image: alpine
|
||||
environment:
|
||||
TEST:
|
||||
|
@ -29,7 +33,7 @@ pipeline:
|
|||
commands:
|
||||
- echo hello world
|
||||
|
||||
notify:
|
||||
- name: notify
|
||||
image: plugins/matrix
|
||||
settings:
|
||||
homeserver: https://data.coop
|
||||
|
|
Loading…
Reference in a new issue