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