Skip to content

Commit 74fc95c

Browse files
authored
Update ci-internal.yml
1 parent e395ba0 commit 74fc95c

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/ci-internal.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,19 +57,16 @@ jobs:
5757
run: |
5858
if [ -z "${{ secrets.UNITY_ACCOUNT_USER }}" ]; then
5959
echo "Error: Secret UNITY_ACCOUNT_USER is empty or not defined."
60-
exit 1
6160
else
6261
echo "Secret UNITY_ACCOUNT_USER is set."
6362
fi
6463
if [ -z "${{ secrets.UNITY_ACCOUNT_PASS }}" ]; then
6564
echo "Error: Secret UNITY_ACCOUNT_PASS is empty or not defined."
66-
exit 1
6765
else
6866
echo "Secret UNITY_ACCOUNT_PASS is set."
6967
fi
7068
if [ -z "${{ secrets.EMAIL_PASS }}" ]; then
7169
echo "Error: Secret EMAIL_PASS is empty or not defined."
72-
exit 1
7370
else
7471
echo "Secret EMAIL_PASS is set."
7572
fi
@@ -78,19 +75,16 @@ jobs:
7875
run: |
7976
if [ -z "${{ inputs.UNITY_ACCOUNT_USER }}" ]; then
8077
echo "Error: Input UNITY_ACCOUNT_USER is empty or not defined."
81-
exit 1
8278
else
8379
echo "Input UNITY_ACCOUNT_USER is set."
8480
fi
8581
if [ -z "${{ inputs.UNITY_ACCOUNT_PASS }}" ]; then
8682
echo "Error: Input UNITY_ACCOUNT_PASS is empty or not defined."
87-
exit 1
8883
else
8984
echo "Input UNITY_ACCOUNT_PASS is set."
9085
fi
9186
if [ -z "${{ inputs.EMAIL_PASS }}" ]; then
9287
echo "Error: Input EMAIL_PASS is empty or not defined."
93-
exit 1
9488
else
9589
echo "Input EMAIL_PASS is set."
9690
fi

0 commit comments

Comments
 (0)