potiuk commented on a change in pull request #17070:
URL: https://github.com/apache/airflow/pull/17070#discussion_r672139602



##########
File path: scripts/in_container/prod/entrypoint_prod.sh
##########
@@ -34,14 +34,14 @@ function run_check_with_retries {
         last_check_result=$(eval "${cmd} 2>&1")
         res=$?
         set -e
-        if [[ ${res} == 0 ]]; then
+        if [[ "${res}" == 0 ]]; then

Review comment:
       That's not good. left side of if does not need ""




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to