Using customer docker - more debugging
This commit is contained in:
parent
7d4003ae3c
commit
edbd939515
@ -4,14 +4,15 @@ services:
|
||||
- leenooks/ci-docker:dind
|
||||
|
||||
before_script:
|
||||
- docker info
|
||||
- docker version
|
||||
- env
|
||||
- cat /etc/hosts
|
||||
- ps -Af
|
||||
- df
|
||||
- find /etc/docker/ -print -exec ls -al {} \;
|
||||
- id
|
||||
- env
|
||||
- set
|
||||
- ps -Af
|
||||
- docker info
|
||||
- docker version
|
||||
- docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN registry.leenooks.net
|
||||
|
||||
test:
|
||||
|
Reference in New Issue
Block a user