From 2f55612d40f4d3fa50e08ec303a3001a6e7ad0f1 Mon Sep 17 00:00:00 2001 From: Chris Cowley Date: Thu, 27 Jun 2024 09:07:21 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 44d4347..1126caf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,6 +24,7 @@ stages: # List of stages for jobs, and their order of execution variables: KUBE_CONFIG_PATH: "/root/.kube/config" + AUTHENTIK_URL: "https://auth.lab.cowley.tech" validate-authentik: # This job runs in the build stage, which runs first. stage: validate @@ -34,4 +35,5 @@ validate-authentik: # This job runs in the build stage, which runs first. - echo "${KUBECONFIG_BASE64}" | base64 -d > ${KUBE_CONFIG_PATH} script: - cd authentik/ + - tofu init - tofu validate \ No newline at end of file