Avoid overwriting seeded workspace files

This commit is contained in:
2026-06-03 01:35:19 +00:00
parent ffc683a9a7
commit ccddd652c4

View File

@ -49,7 +49,7 @@ patches:
set -euo pipefail
marker=/workspace-volume/.ocdp-seeded-earth2studio-v4
if [ ! -e "$marker" ]; then
cp -a /workspace/. /workspace-volume/
cp -an /workspace/. /workspace-volume/
touch "$marker"
fi
chown -R 1000:0 /workspace-volume