Skip to content

Commit

Permalink
💚 update ci
Browse files Browse the repository at this point in the history
Signed-off-by: vankichi <kyukawa315@gmail.com>
  • Loading branch information
vankichi committed May 23, 2022
1 parent eeb51fe commit f2b6c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-max-dim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
rm ${FILE}
break;
fi
if [[ ${CODE} != "OK" ]]; then
if [ ${CODE} != "OK" ]; then
echo "Finish: Bit=${BIT} with Error (please check log)"
rm ${FILE}
break;
Expand Down

0 comments on commit f2b6c9a

Please sign in to comment.