1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-29 04:17:41 +02:00

Fix bug in 'Check for failures' job (#2852)

This commit is contained in:
Vince Grassia 2022-06-07 11:05:21 -04:00 committed by GitHub
parent c139ff3963
commit 5097cc949a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1170,7 +1170,7 @@ jobs:
run: |
if [ "$CLOC_STATUS" = "failure" ]; then
exit 1
if [ "$ELECTRON_VERIFY_STATUS" = "failure" ]; then
elif [ "$ELECTRON_VERIFY_STATUS" = "failure" ]; then
exit 1
elif [ "$SETUP_STATUS" = "failure" ]; then
exit 1