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 2020/08/19 08:57:17 UTC

[GitHub] [airflow] michalslowikowski00 commented on a change in pull request #10399: Kubernetes image no embedded

michalslowikowski00 commented on a change in pull request #10399:
URL: https://github.com/apache/airflow/pull/10399#discussion_r472873143



##########
File path: scripts/ci/libraries/_initialization.sh
##########
@@ -240,9 +240,9 @@ function get_environment_for_builds_on_ci() {
     export CI_BUILD_ID="0"
     export CI_JOB_ID="default-job-id"
     if [[ ${CI:=} != "true" ]]; then
-        echo
-        echo "This is not a CI environment!. Staying with the defaults"
-        echo
+        print_info
+        print_info "This is not a CI environment!. Staying with the defaults"

Review comment:
       ```suggestion
           print_info "This is not a CI environment! Staying with the defaults"
   ```




----------------------------------------------------------------
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