Update CI files.

This commit is contained in:
2025-12-17 21:49:05 -06:00
parent b30c1edfcf
commit 7eebc25b8e

View File

@@ -35,7 +35,7 @@ steps:
- docker pull registry.binderlab.io/harbormaster-client:latest - docker pull registry.binderlab.io/harbormaster-client:latest
- docker rm temp-harbormaster-client || true - docker rm temp-harbormaster-client || true
- docker run --rm \ - docker run --rm \
-v $DEPLOY_PATH:/out \ -v "$DEPLOY_PATH":/out \
registry.binderlab.io/harbormaster-client:latest \ registry.binderlab.io/harbormaster-client:latest \
sh -c "cp -r /app/. /out" sh -c "cp -r /app/. /out"
when: when: