potiuk commented on a change in pull request #7485: [AIRFLOW-6866] Fix wrong
export for Mac on Breeze
URL: https://github.com/apache/airflow/pull/7485#discussion_r382670110
##########
File path: breeze
##########
@@ -629,7 +629,7 @@ function parse_arguments() {
-k|--stop-environment)
COMMAND_TO_RUN="run_docker_compose"
DOCKER_COMPOSE_COMMAND="down"
- export EXTRA_DC_OPTIONS+=("--remove-orphans")
Review comment:
in bash 3 export can only work with assignment not with +=.. It considers +
as part of variable name in this case....
----------------------------------------------------------------
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