From 32550e211ecf374ac40388ec79ec57093930bfb6 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Mon, 23 Nov 2020 17:31:16 +0100 Subject: [PATCH] chore: add CI workflows --- .gitlab-ci.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 77b3d48..e15479c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,11 +1,18 @@ +include: + - template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml' + stages: - build - acctest variables: - DOCKER_HOST: tcp://docker:2375/ + DOCKER_HOST: tcp://docker:2376 + DOCKER_TLS_CERTDIR: "/certs" + DOCKER_TLS_VERIFY: 1 + DOCKER_CERT_PATH: "$DOCKER_TLS_CERTDIR/client" + DOCKER_DRIVER: overlay2 -image: buildtool/build-tools:0.0.20 +image: buildtool/build-tools:0.0.23 build: stage: build -- 2.52.0