From 61e845c5b1463f26a9e6b58b70c88ed400c51298 Mon Sep 17 00:00:00 2001 From: Luke Else Date: Fri, 16 Feb 2024 13:15:22 +0000 Subject: [PATCH] #11 Moved env vars into correct location for pipeline --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2e56df1..6f438bf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,6 +2,8 @@ variables: APPSECRET: "test" ENVIRON: "test" FILESTORE: "static/assets/img/products/" + DOCKER_HOST: tcp://docker:2375/ + DOCKER_DRIVER: overlay2 # pytest: # stage: test @@ -11,9 +13,6 @@ variables: # - pytest deploy: - variables: - DOCKER_HOST: tcp://docker:2375/ - DOCKER_DRIVER: overlay2 image: docker:stable stage: deploy services: