testing stuff
This commit is contained in:
parent
48e35e8355
commit
35afda7aa6
|
@ -21,7 +21,14 @@ pipeline:
|
|||
# when:
|
||||
# branch:
|
||||
# - master
|
||||
|
||||
testing:
|
||||
image: alpine
|
||||
environment:
|
||||
TEST:
|
||||
from_secret: matrix_password
|
||||
commands:
|
||||
- echo $TEST
|
||||
|
||||
notify:
|
||||
image: plugins/matrix
|
||||
settings:
|
||||
|
|
Loading…
Reference in a new issue