Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ variables: DOCKER_BUILDKIT: 1 DOCKER_DRIVER: overlay2 DOCKER_HOST: tcp://127.0.0.1:2376 DOCKER_HOST: tcp://localhost:2375 DOCKER_TLS_CERTDIR: "" ########################################################################################################## Loading Loading @@ -62,7 +62,7 @@ test: services: - "${CI_REGISTRY_IMAGE}:temp-$CI_PIPELINE_IID" script: - drr registry.cyberbrain.pw/docker/hello-world - drr registry.cyberbrain.pw/docker/hello-world || true ########################################################################################################## Loading Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ variables: DOCKER_BUILDKIT: 1 DOCKER_DRIVER: overlay2 DOCKER_HOST: tcp://127.0.0.1:2376 DOCKER_HOST: tcp://localhost:2375 DOCKER_TLS_CERTDIR: "" ########################################################################################################## Loading Loading @@ -62,7 +62,7 @@ test: services: - "${CI_REGISTRY_IMAGE}:temp-$CI_PIPELINE_IID" script: - drr registry.cyberbrain.pw/docker/hello-world - drr registry.cyberbrain.pw/docker/hello-world || true ########################################################################################################## Loading