diff --git a/ci-automation/ci-config.env b/ci-automation/ci-config.env index cfacd062975..437928415ae 100644 --- a/ci-automation/ci-config.env +++ b/ci-automation/ci-config.env @@ -9,7 +9,7 @@ # - http and https (WITHOUT auto-redirect) # - ssh for BUILDCACHE_USER BUILDCACHE_SERVER="${BUILDCACHE_SERVER:-bincache.flatcar-linux.net}" -BUILDCACHE_PATH_PREFIX="/srv/bincache" +BUILDCACHE_PATH_PREFIX="/mnt/buckets/linode-bincache" BUILDCACHE_USER="bincache" RELEASES_SERVER="mirror.release.flatcar-linux.net"