Skip to content

Commit 630a0d8

Browse files
committed
test
1 parent 291e131 commit 630a0d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-quicksight.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ jobs:
8383
AB2D_ENV='ab2d-east-prod'
8484
else
8585
echo "Unable to determine AB2D environment";
86-
exit
87-
fi
86+
exit 1
87+
fi
8888
# if [ ${{ inputs.environment }} = "dev" ]; then
8989
# AB2D_ENV='ab2d-dev'
9090
# elif [ ${{ inputs.environment }} = "test" ]; then

0 commit comments

Comments
 (0)