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 2019/11/07 10:22:09 UTC

[GitHub] [airflow] feluelle commented on issue #6513: [AIRFLOW-5862] Fix failing build on kubernetes

feluelle commented on issue #6513: [AIRFLOW-5862] Fix failing build on kubernetes
URL: https://github.com/apache/airflow/pull/6513#issuecomment-551016881
 
 
   But shellcheck hook is complaining:
   
   ```
   Check Shell scripts syntax correctness...................................Failed
   
   hookid: shellcheck
   
   Unable to find image 'koalaman/shellcheck:stable' locally
   
   stable: Pulling from koalaman/shellcheck
   
   Status: Downloaded newer image for koalaman/shellcheck:stable
   
   Unable to find image 'koalaman/shellcheck:stable' locally
   
   stable: Pulling from koalaman/shellcheck
   
   Status: Downloaded newer image for koalaman/shellcheck:stable
   
   In scripts/ci/ci_run_airflow_testing.sh line 73:
   
   if [[ ${START_KUBERNETES_CLUSTER} == "true" ]]; then
   
                                                   ^-- SC1009: The mentioned syntax error was in this then clause.
   
   In scripts/ci/ci_run_airflow_testing.sh line 80:
   
       # shellcheck: disable=SC2016
   
       ^-- SC1073: Couldn't parse this shellcheck directive. Fix to allow more checks.
   
                   ^-- SC1072:  Fix any mentioned problems and try again.
   
   For more information:
   
     https://www.shellcheck.net/wiki/SC1072 --  Fix any mentioned problems and t...
   
     https://www.shellcheck.net/wiki/SC1073 -- Couldn't parse this shellcheck di...
   
     https://www.shellcheck.net/wiki/SC1009 -- The mentioned syntax error was in...
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services