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:
|
||||
runs-on: ubuntu-22.04
|
||||
needs: diff
|
||||
if: ${{ always() }}
|
||||
steps:
|
||||
- name: check output
|
||||
env:
|
||||
ALLMYVARS: ${{ toJSON(vars) }}
|
||||
run: echo $ALLMYVARS
|
||||
DIFF: ${{ toJSON(needs) }}
|
||||
run: |
|
||||
echo $ALLMYVARS
|
||||
echo $DIFF
|
||||
|
||||
docker:
|
||||
needs: diff
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user