diff --git a/ci-automation/ci-config.env b/ci-automation/ci-config.env index 5ddc05accc..5773a4c1c6 100644 --- a/ci-automation/ci-config.env +++ b/ci-automation/ci-config.env @@ -28,8 +28,8 @@ CI_GIT_AUTHOR="flatcar-ci" CI_GIT_EMAIL="infra+ci@flatcar-linux.org" # build artifacts go here (in container) -CONTAINER_TORCX_ROOT="/home/sdk/build/torcx" -CONTAINER_IMAGE_ROOT="/home/sdk/build/images" +CONTAINER_TORCX_ROOT="/home/sdk/trunk/src/build/torcx" +CONTAINER_IMAGE_ROOT="/home/sdk/trunk/src/build/images" # Set it to "1" or "true" or "t" or "y" or "yes" to always run a full # nightly build. Any other value will allow build shortcuts.