Testing not using DinD
This commit is contained in:
@@ -1,14 +1,5 @@
|
||||
image: docker:latest
|
||||
|
||||
services:
|
||||
- name: docker:19.03.0-dind
|
||||
entrypoint: ["env", "-u", "DOCKER_HOST"]
|
||||
command: ["dockerd-entrypoint.sh"]
|
||||
|
||||
variables:
|
||||
DOCKER_DRIVER: overlay2
|
||||
DOCKER_TLS_CERTDIR: "/certs"
|
||||
|
||||
stages:
|
||||
- Build Base
|
||||
- Build Variants
|
||||
|
||||
Reference in New Issue
Block a user