Skip to content
Snippets Groups Projects
Commit e9a7c5c6 authored by Kay Effenberger's avatar Kay Effenberger
Browse files

FIX(gitlab-ci): set DOCKER_HOST

parent 56aac6dd
No related branches found
No related tags found
4 merge requests!7FEAT(multi-arch): add support for multi arch,!6FEAT(multi-arch): add support for multi arch,!5FEAT(multi-arch): add support for multi arch,!4FEAT(multi-arch): add support for multi arch
Pipeline #2698 passed
image: python:3.9
variables:
DOCKER_HOST: tcp://docker:2375/
stages:
- test
......@@ -62,7 +64,6 @@ docker-push:
variables:
# the name of the image without version
AURA_IMAGE_NAME: "autoradio/engine-recorder"
DOCKER_HOST: tcp://docker:2375/
services:
- docker:dind
before_script:
......
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