Skip to content
Snippets Groups Projects
Commit 651442df authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Update .gitlab-ci.yml

parent 1dd101e4
No related branches found
No related tags found
1 merge request!5Resolve "Make Proxy Use Autodevops"
......@@ -53,9 +53,7 @@ build:
fi
- |
if ! docker info &>/dev/null; then
if [ -z "$DOCKER_HOST" ] && [ "$KUBERNETES_PORT" ]; then
export DOCKER_HOST='tcp://localhost:2375'
fi
export DOCKER_HOST='tcp://docker-dind.gitlab:2375'
fi
- |
if [[ -n "$CI_REGISTRY" && -n "$CI_REGISTRY_USER" ]]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment