echo
Some checks failed
Build and push Doorman UI / API / diff (push) Has been cancelled
Build and push Doorman UI / API / twilio (push) Has been cancelled
Build and push image for doorman-homeassistant / diff (push) Successful in 1m29s
Build and push image for doorman-homeassistant / test (push) Successful in 2s
Build and push image for doorman-homeassistant / docker (push) Successful in 54s
Build and push image for doorman-homeassistant / deploy-gitainer (push) Successful in 5s
Some checks failed
Build and push Doorman UI / API / diff (push) Has been cancelled
Build and push Doorman UI / API / twilio (push) Has been cancelled
Build and push image for doorman-homeassistant / diff (push) Successful in 1m29s
Build and push image for doorman-homeassistant / test (push) Successful in 2s
Build and push image for doorman-homeassistant / docker (push) Successful in 54s
Build and push image for doorman-homeassistant / deploy-gitainer (push) Successful in 5s
This commit is contained in:
parent
ae4c82e1c0
commit
a4f3468b0c
@ -16,11 +16,16 @@ jobs:
|
|||||||
|
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
needs: diff
|
||||||
|
if: ${{ always() }}
|
||||||
steps:
|
steps:
|
||||||
- name: check output
|
- name: check output
|
||||||
env:
|
env:
|
||||||
ALLMYVARS: ${{ toJSON(vars) }}
|
ALLMYVARS: ${{ toJSON(vars) }}
|
||||||
run: echo $ALLMYVARS
|
DIFF: ${{ toJSON(needs) }}
|
||||||
|
run: |
|
||||||
|
echo $ALLMYVARS
|
||||||
|
echo $DIFF
|
||||||
|
|
||||||
docker:
|
docker:
|
||||||
needs: diff
|
needs: diff
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user