mirror of
https://github.com/casjaysdevdocker/opencloud
synced 2026-07-25 08:11:38 -04:00
6374fcdaf0
opencloud / release-opencloud (push) Failing after 1m2s
The .local.sh block defined stub functions in memory but never wrote the file to disk, so __file_exists_with_content always failed and __create_service_env returned non-zero on every run. Fix: use a heredoc to write the stub functions into .local.sh. - rootfs/usr/local/etc/docker/init.d/03-radicale.sh: write .local.sh via heredoc in __create_service_env; bump version to 202606261600-git rootfs/usr/local/etc/docker/functions/entrypoint.sh