|
|
|
@ -154,18 +154,8 @@ jobs: |
|
|
|
github.ref == 'refs/heads/main' |
|
|
|
github.ref == 'refs/heads/main' |
|
|
|
|| github.ref == 'refs/heads/rc' |
|
|
|
|| github.ref == 'refs/heads/rc' |
|
|
|
|| github.ref == 'refs/heads/hotfix' |
|
|
|
|| github.ref == 'refs/heads/hotfix' |
|
|
|
env: |
|
|
|
&& contains(needs.*.result, 'failure') |
|
|
|
RELEASE_DOCKER_STATUS: ${{ needs.release-docker.result }} |
|
|
|
run: exit 1 |
|
|
|
RELEASE_GITHUB_STATUS: ${{ needs.release-github.result }} |
|
|
|
|
|
|
|
SETUP_STATUS: ${{ needs.setup.result }} |
|
|
|
|
|
|
|
run: | |
|
|
|
|
|
|
|
if [ "$RELEASE_DOCKER_STATUS" = "failure" ]; then |
|
|
|
|
|
|
|
exit 1 |
|
|
|
|
|
|
|
elif [ "$RELEASE_GITHUB_STATUS" = "failure" ]; then |
|
|
|
|
|
|
|
exit 1 |
|
|
|
|
|
|
|
elif [ "$SETUP_STATUS" = "failure" ]; then |
|
|
|
|
|
|
|
exit 1 |
|
|
|
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: Login to Azure - CI subscription |
|
|
|
- name: Login to Azure - CI subscription |
|
|
|
uses: Azure/login@e15b166166a8746d1a47596803bd8c1b595455cf # v1.6.0 |
|
|
|
uses: Azure/login@e15b166166a8746d1a47596803bd8c1b595455cf # v1.6.0 |
|
|
|
|