https://linen.dev logo
c

Chris (deprecated profile)

12/21/2020, 3:59 PM
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

user

12/21/2020, 5:15 PM
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

user

12/21/2020, 5:16 PM
We should probably be doing end to end tests on dev and not the latest released version…
u

user

12/21/2020, 5:16 PM
I’ll change that too
u

user

12/22/2020, 7:09 PM
how do i fix this?
u

user

12/22/2020, 7:09 PM
this is making master unusable.
u

user

12/22/2020, 7:10 PM
@Jared Rhizor (Airbyte)
u

user

12/22/2020, 7:23 PM
changing it back to
/tmp/data
will fix
u

user

12/22/2020, 7:24 PM
I’ll do that in 5 min if you don’t
u

user

12/22/2020, 7:24 PM
you do, please.
3 Views