Remove redundant CI variables
authorCamilla Conte <cconte@redhat.com>
Mon, 22 May 2023 17:41:50 +0000 (18:41 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 24 May 2023 19:26:40 +0000 (12:26 -0700)
These are not needed when using gitlab.com shared runners.

Signed-off-by: Camilla Conte <cconte@redhat.com>
Message-Id: <20230522174153.46801-2-cconte@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
.gitlab-ci.d/opensbi.yml

index 9a651465d8a17cf52bb605732b31805412ae4387..13070575b657320bb1475fac0d7275a4075fc477 100644 (file)
@@ -48,9 +48,6 @@ docker-opensbi:
   variables:
     GIT_DEPTH: 3
     IMAGE_TAG: $CI_REGISTRY_IMAGE:opensbi-cross-build
-    # We don't use TLS
-    DOCKER_HOST: tcp://docker:2375
-    DOCKER_TLS_CERTDIR: ""
   before_script:
     - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
   script: