Update CI files.
This commit is contained in:
@@ -33,9 +33,12 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- 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 create --name temp-harbormaster-client registry.binderlab.io/harbormaster-client:latest
|
- 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
|
- docker cp temp-harbormaster-client:/app/. $DEPLOY_PATH
|
||||||
|
- ls -la "$DEPLOY_PATH"
|
||||||
- docker rm temp-harbormaster-client
|
- docker rm temp-harbormaster-client
|
||||||
when:
|
when:
|
||||||
event: manual
|
event: manual
|
||||||
|
|||||||
Reference in New Issue
Block a user