Skip to content
Snippets Groups Projects
Commit 165c2acd authored by Ulf Seltmann's avatar Ulf Seltmann
Browse files

added debug

parent 937493f1
No related merge requests found
...@@ -36,6 +36,8 @@ docker_publish_production: ...@@ -36,6 +36,8 @@ docker_publish_production:
image: docker:latest image: docker:latest
services: services:
- docker:dind - docker:dind
variables:
CI_DEBUG_TRACE: "true"
script: | script: |
test "${DOCKER_AUTH_CONFIG}" == "" && echo "docker-config does not exists, aborting!" && false test "${DOCKER_AUTH_CONFIG}" == "" && echo "docker-config does not exists, aborting!" && false
mkdir -p ~/.docker && echo "$DOCKER_AUTH_CONFIG" >~/.docker/config.json mkdir -p ~/.docker && echo "$DOCKER_AUTH_CONFIG" >~/.docker/config.json
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment