forked from cryptohagen.dk/website
testing stuff
This commit is contained in:
parent
48e35e8355
commit
35afda7aa6
|
@ -21,6 +21,13 @@ pipeline:
|
||||||
# when:
|
# when:
|
||||||
# branch:
|
# branch:
|
||||||
# - master
|
# - master
|
||||||
|
testing:
|
||||||
|
image: alpine
|
||||||
|
environment:
|
||||||
|
TEST:
|
||||||
|
from_secret: matrix_password
|
||||||
|
commands:
|
||||||
|
- echo $TEST
|
||||||
|
|
||||||
notify:
|
notify:
|
||||||
image: plugins/matrix
|
image: plugins/matrix
|
||||||
|
|
Loading…
Reference in a new issue