Skip to content

Commit

Permalink
CI: unset DOCKER_HOST in gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed Oct 23, 2023
1 parent 2e32ad8 commit ed77522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ build_docker:
# container, thanks to volume mount from config.toml
DOCKER_TLS_CERTDIR: "/certs"
# Use TLS https://docs.gitlab.com/ee/ci/docker/using_docker_build.html#tls-enabled
DOCKER_HOST: tcp://docker:2376
# DOCKER_HOST: tcp://docker:2376
cache:
# The same key should be used across branches
key: "$CI_COMMIT_REF_SLUG"
Expand Down

0 comments on commit ed77522

Please sign in to comment.