Fixing notifications and checking which pip
This commit is contained in:
parent
f9bcf57cc6
commit
eb56877e29
1 changed files with 3 additions and 2 deletions
|
@ -4,9 +4,9 @@ notifications:
|
||||||
webhooks:
|
webhooks:
|
||||||
urls:
|
urls:
|
||||||
- "https://scalar.vector.im/api/neb/services/hooks/dHJhdmlzLWNpLyU0MEFybWFnZWRkb24lM0FtYXRyaXgub3JnLyUyMVZ1SndzTmdlUkVyZUhiQ2VEWCUzQW1hdHJpeC5vcmc"
|
- "https://scalar.vector.im/api/neb/services/hooks/dHJhdmlzLWNpLyU0MEFybWFnZWRkb24lM0FtYXRyaXgub3JnLyUyMVZ1SndzTmdlUkVyZUhiQ2VEWCUzQW1hdHJpeC5vcmc"
|
||||||
on_success: always # always|never|change
|
on_success: change # always|never|change
|
||||||
on_failure: always
|
on_failure: always
|
||||||
on_start: always
|
on_start: never
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
@ -36,3 +36,4 @@ install:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- sudo salt-call --local --config=./ --state-output=changes --log-level=quiet --retcode-passthrough state.apply
|
- sudo salt-call --local --config=./ --state-output=changes --log-level=quiet --retcode-passthrough state.apply
|
||||||
|
- which pip
|
||||||
|
|
Loading…
Reference in a new issue