Hello <@U01ADKHBJKC> ! Would you have an idea why...
# contributing-to-airbyte
c
Hello @Jared Rhizor (Airbyte) ! Would you have an idea why the current docker-compose up in DEV mode on master does not seem to work properly unless i modify the
.env.dev
file with:
Copy code
-CONFIG_ROOT=/tmp/config
+CONFIG_ROOT=/tmp/data
I'm not so sure why this was changed with the kube stuff
u
I forgot
./scripts/create_mount_directories.sh /dev_parent ${HACK_DEV_ROOT_PARENT} ${DEV_ROOT}/data
doesn’t use the $CONFIG_ROOT. You can change it back. I’ll try to rename/test it later.
u
We should probably be doing end to end tests on dev and not the latest released version…
u
I’ll change that too
u
how do i fix this?
u
this is making master unusable.
u
@Jared Rhizor (Airbyte)
u
changing it back to
/tmp/data
will fix
u
I’ll do that in 5 min if you don’t
u
you do, please.