Add some debugging information
This commit is contained in:
parent
ace2beebb8
commit
87f58b9722
@ -9,6 +9,9 @@ auth-job:
|
|||||||
image: docker:stable
|
image: docker:stable
|
||||||
script:
|
script:
|
||||||
- docker login --username "$REGISTRY_USER" --password "$REGISTRY_PASSWORD" "$REGISTRY_BASE_URL"
|
- docker login --username "$REGISTRY_USER" --password "$REGISTRY_PASSWORD" "$REGISTRY_BASE_URL"
|
||||||
|
- ls -a /root/
|
||||||
|
- ls /root/.docker/
|
||||||
|
- cat /root/.docker/config.json
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- /root/.docker/config.json
|
- /root/.docker/config.json
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user