Update CI files.

This commit is contained in:
2025-12-17 21:48:14 -06:00
parent f2050f9b32
commit b30c1edfcf

View File

@@ -34,11 +34,9 @@ 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 create --name temp-harbormaster-client registry.binderlab.io/harbormaster-client:latest - docker run --rm \
- echo "DEPLOY_PATH=$DEPLOY_PATH" -v $DEPLOY_PATH:/out \
- ls -la "$DEPLOY_PATH" registry.binderlab.io/harbormaster-client:latest \
- docker cp temp-harbormaster-client:/app/. $DEPLOY_PATH sh -c "cp -r /app/. /out"
- ls -la "$DEPLOY_PATH"
- docker rm temp-harbormaster-client
when: when:
event: manual event: manual