Skip to content
Snippets Groups Projects
Commit 09dd0e85 authored by Paolo Veglio's avatar Paolo Veglio
Browse files

messing about with the CI config

parent 24aa4682
No related branches found
No related tags found
No related merge requests found
Pipeline #51312 failed with stage
in 10 seconds
variables: variables:
DOCKER_TLS_CERTDIR: ""
DOCKER_HOST: "tcp://docker:2375" DOCKER_HOST: "tcp://docker:2375"
DOCKER_TLS_CERTDIR: ""
ci: ci:
stage: .pre stage: .pre
...@@ -10,6 +10,7 @@ ci: ...@@ -10,6 +10,7 @@ ci:
services: services:
- docker:19.03.1-dind - docker:19.03.1-dind
script: script:
- docker --version
- docker login --username $CI_REGISTRY_USER --password $CI_REGISTRY_PASSWORD $CI_REGISTRY - docker login --username $CI_REGISTRY_USER --password $CI_REGISTRY_PASSWORD $CI_REGISTRY
- cd ci - cd ci
- docker build --tag $CI_REGISTRY_IMAGE . - docker build --tag $CI_REGISTRY_IMAGE .
......
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