Adjust CI pipeline.
This commit is contained in:
@@ -22,6 +22,7 @@ steps:
|
||||
- echo "$REGISTRY_PASSWORD" | docker login registry.binderlab.io --username "$REGISTRY_USERNAME" --password-stdin
|
||||
- docker pull registry.binderlab.io/harbormaster-client:latest
|
||||
- docker create --name temp-harbormaster-client registry.binderlab.io/harbormaster-client:latest
|
||||
- pwd
|
||||
- docker cp temp-harbormaster-client:/app/build/ $DEPLOY_PATH
|
||||
- docker rm temp-harbormaster-client
|
||||
when:
|
||||
|
||||
Reference in New Issue
Block a user