We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
./Breeze2 exec should exec into the currently running Breeze (or fail with helpful message if Breeze is not running).
./Breeze2 exec
The text was updated successfully, but these errors were encountered:
@potiuk Shall I pick up this task? :)
Sorry, something went wrong.
Please :)
@potiuk DOCKER_COMPOSE_RUN_SCRIPT_FOR_PROD i see this variable is not set anywhere. Can you tell me about this?
DOCKER_COMPOSE_RUN_SCRIPT_FOR_PROD
airflow/breeze
Lines 3480 to 3485 in 95a1b71
@potiuk DOCKER_COMPOSE_RUN_SCRIPT_FOR_PROD i see this variable is not set anywhere. Can you tell me about this? airflow/breeze Lines 3480 to 3485 in 95a1b71 if [[ ${PRODUCTION_IMAGE} == "true" ]]; then dc_run_file="${BUILD_CACHE_DIR}/${DOCKER_COMPOSE_RUN_SCRIPT_FOR_PROD}" else dc_run_file="${BUILD_CACHE_DIR}/${DOCKER_COMPOSE_RUN_SCRIPT_FOR_CI}" fi
It's just an artifact of very old way when we could exec and run into prod image as well. This should be gone :)
Bowrna
Successfully merging a pull request may close this issue.
./Breeze2 exec
should exec into the currently running Breeze (or fail with helpful message if Breeze is not running).The text was updated successfully, but these errors were encountered: