ashb commented on a change in pull request #7515: [AIRFLOW-6838] Add
subcommands to Breeze
URL: https://github.com/apache/airflow/pull/7515#discussion_r383190639
##########
File path: hooks/build
##########
@@ -49,8 +49,9 @@ LAST_STEP_NAME=""
STEP_STARTED="false"
PYTHON_VERSION_FOR_DEFAULT_IMAGE=3.6
VERBOSE=${VERBOSE:="false"}
+VERBOSE_COMMANDS=${VERBOSE_COMMANDS:="false"}
-if [[ ${VERBOSE} == "true" ]]; then
+if [[ ${VERBOSE_COMMANDS:="false"} == "true" ]]; then
Review comment:
```suggestion
if [[ ${VERBOSE_COMMANDS} == "true" ]]; then
```
No default needed, we set it two lines up
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services