potiuk commented on code in PR #25251:
URL: https://github.com/apache/airflow/pull/25251#discussion_r928138987
##########
.devcontainer/mysql/devcontainer.json:
##########
@@ -1,10 +1,10 @@
{
"name": "Apache Airflow - mysql",
"dockerComposeFile": [
- "../scripts/ci/docker-compose/devcontainer.yml",
- "../scripts/ci/docker-compose/local.yml",
- "../scripts/ci/docker-compose/backend-mysql.yml",
- "../scripts/ci/docker-compose/devcontainer-mysql.yml"
+ "../../scripts/ci/docker-compose/devcontainer.yml",
Review Comment:
Ah cool. I am not sure why it does not work but maybe the early version of
"muliple codespaces versions" implementation had a different workdir setting
:P. Thanks for that one :)
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]