Skip to content
Snippets Groups Projects
Commit 475bcfe0 authored by Jeffrey Phillips Freeman's avatar Jeffrey Phillips Freeman :boom:
Browse files

Added docker host address in variables.

parent d89a97e0
No related branches found
No related tags found
No related merge requests found
Pipeline #616 failed
...@@ -6,6 +6,7 @@ services: ...@@ -6,6 +6,7 @@ services:
variables: variables:
REPOSITORY: "aparapi/aparapi" REPOSITORY: "aparapi/aparapi"
VERSION: "2.0.0" VERSION: "2.0.0"
DOCKER_HOST: "tcp://docker:2375"
before_script: before_script:
- echo "${DOCKER_TOKEN}" | docker login --username "${DOCKER_USER}" --password-stdin - echo "${DOCKER_TOKEN}" | docker login --username "${DOCKER_USER}" --password-stdin
......
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