diff options
| author | Lu Qiuwen <[email protected]> | 2019-08-29 14:41:08 +0800 |
|---|---|---|
| committer | Lu Qiuwen <[email protected]> | 2019-08-29 14:41:08 +0800 |
| commit | 3f45f6f5c3c8b89ced712abfd7c949b0e374933b (patch) | |
| tree | ee395a8bdda6ec2a59b1c31eb3900a8ce728c0c8 | |
| parent | 57147e206d216abe4f5811dd6a919c43ece10182 (diff) | |
增加DOCKER_TLS_CERTDIR选项
| -rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 227f55d..919c73f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,6 +6,7 @@ services: variables: DOCKER_HOST: tcp://docker:2375 DOCKER_DRIVER: overlay2 + DOCKER_TLS_CERTDIR: "" IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG before_script: |
