Update CI files.

This commit is contained in:
2025-12-17 21:50:41 -06:00
parent 7eebc25b8e
commit 1630206ae2

View File

@@ -34,9 +34,6 @@ steps:
- echo "$REGISTRY_PASSWORD" | docker login registry.binderlab.io --username "$REGISTRY_USERNAME" --password-stdin - echo "$REGISTRY_PASSWORD" | docker login registry.binderlab.io --username "$REGISTRY_USERNAME" --password-stdin
- 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 registry.binderlab.io/harbormaster-client:latest sh -c "cp -r /app/. /out"
-v "$DEPLOY_PATH":/out \
registry.binderlab.io/harbormaster-client:latest \
sh -c "cp -r /app/. /out"
when: when:
event: manual event: manual