Update ci_templates/.cic-base.yml
This commit is contained in:
parent
016b5d3230
commit
f661ce2c1a
@ -1,16 +1,16 @@
|
|||||||
.py-build
|
.py-build:
|
||||||
stage: build
|
stage: build
|
||||||
image: docker:19.03.13
|
image: docker:19.03.13
|
||||||
variables:
|
variables:
|
||||||
# docker host
|
# docker host
|
||||||
DOCKER_HOST: tcp://docker:2376
|
DOCKER_HOST: tcp://docker:2376
|
||||||
# container, thanks to volume mount from config.toml
|
# container, thanks to volume mount from config.toml
|
||||||
DOCKER_TLS_CERTDIR: "/certs"
|
DOCKER_TLS_CERTDIR: "/certs"
|
||||||
# These are usually specified by the entrypoint, however the
|
# These are usually specified by the entrypoint, however the
|
||||||
# Kubernetes executor doesn't run entrypoints
|
# Kubernetes executor doesn't run entrypoints
|
||||||
# https://gitlab.com/gitlab-org/gitlab-runner/-/issues/4125
|
# https://gitlab.com/gitlab-org/gitlab-runner/-/issues/4125
|
||||||
DOCKER_TLS_VERIFY: 1
|
DOCKER_TLS_VERIFY: 1
|
||||||
DOCKER_CERT_PATH: "$DOCKER_TLS_CERTDIR/client"
|
DOCKER_CERT_PATH: "$DOCKER_TLS_CERTDIR/client"
|
||||||
services:
|
services:
|
||||||
- docker:19.03.13-dind
|
- docker:19.03.13-dind
|
||||||
before_script:
|
before_script:
|
||||||
|
Loading…
Reference in New Issue
Block a user