From f661ce2c1ad2d89e72a97cc1ed0e4410613b256d Mon Sep 17 00:00:00 2001 From: Blair Vanderlugt Date: Sun, 24 Jan 2021 20:38:11 +0000 Subject: [PATCH] Update ci_templates/.cic-base.yml --- ci_templates/.cic-base.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/ci_templates/.cic-base.yml b/ci_templates/.cic-base.yml index 8f4b7cd..4af3530 100644 --- a/ci_templates/.cic-base.yml +++ b/ci_templates/.cic-base.yml @@ -1,16 +1,16 @@ -.py-build +.py-build: stage: build image: docker:19.03.13 variables: - # docker host - DOCKER_HOST: tcp://docker:2376 - # container, thanks to volume mount from config.toml - DOCKER_TLS_CERTDIR: "/certs" - # These are usually specified by the entrypoint, however the - # Kubernetes executor doesn't run entrypoints - # https://gitlab.com/gitlab-org/gitlab-runner/-/issues/4125 - DOCKER_TLS_VERIFY: 1 - DOCKER_CERT_PATH: "$DOCKER_TLS_CERTDIR/client" + # docker host + DOCKER_HOST: tcp://docker:2376 + # container, thanks to volume mount from config.toml + DOCKER_TLS_CERTDIR: "/certs" + # These are usually specified by the entrypoint, however the + # Kubernetes executor doesn't run entrypoints + # https://gitlab.com/gitlab-org/gitlab-runner/-/issues/4125 + DOCKER_TLS_VERIFY: 1 + DOCKER_CERT_PATH: "$DOCKER_TLS_CERTDIR/client" services: - docker:19.03.13-dind before_script: