Update CI files.

This commit is contained in:
2025-12-17 21:42:40 -06:00
parent 452629463d
commit f2050f9b32

View File

@@ -33,9 +33,12 @@ steps:
commands:
- echo "$REGISTRY_PASSWORD" | docker login registry.binderlab.io --username "$REGISTRY_USERNAME" --password-stdin
- docker pull registry.binderlab.io/harbormaster-client:latest
- docker rm temp-harbormaster-client || true
- docker create --name temp-harbormaster-client registry.binderlab.io/harbormaster-client:latest
- pwd
- echo "DEPLOY_PATH=$DEPLOY_PATH"
- ls -la "$DEPLOY_PATH"
- docker cp temp-harbormaster-client:/app/. $DEPLOY_PATH
- ls -la "$DEPLOY_PATH"
- docker rm temp-harbormaster-client
when:
event: manual