Update CI files.

This commit is contained in:
2025-12-17 21:20:51 -06:00
parent e253fdfe39
commit e3eb36e88c

View File

@@ -35,6 +35,7 @@ steps:
- docker pull registry.binderlab.io/harbormaster-client:latest
- docker create --name temp-harbormaster-client registry.binderlab.io/harbormaster-client:latest
- pwd
- mkdir -p "$DEPLOY_PATH/harbormaster-client"
- docker cp temp-harbormaster-client:/app $DEPLOY_PATH/harbormaster-client
- docker rm temp-harbormaster-client
when: