Debugging for CI
This commit is contained in:
parent
617fd875f5
commit
7f50bc1aa6
@ -13,6 +13,8 @@ services:
|
||||
- docker:dind
|
||||
|
||||
before_script:
|
||||
- env
|
||||
- set
|
||||
- docker info
|
||||
- docker version
|
||||
- echo "$CI_JOB_TOKEN" | docker login -u "$CI_REGISTRY_USER" "$CI_REGISTRY" --password-stdin
|
||||
|
Reference in New Issue
Block a user