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

added debug

parent 937493f1
Branches
Tags
No related merge requests found
......@@ -36,6 +36,8 @@ docker_publish_production:
image: docker:latest
services:
- docker:dind
variables:
CI_DEBUG_TRACE: "true"
script: |
test "${DOCKER_AUTH_CONFIG}" == "" && echo "docker-config does not exists, aborting!" && false
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