You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/07/19 09:29:22 UTC

[GitHub] [airflow] potiuk commented on a change in pull request #17070: Updated entrypoint_prod.sh

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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org