From d0de69a1c82c1d2d85feea4d665ea0a9f718ca6e Mon Sep 17 00:00:00 2001 From: Chris Cowley Date: Thu, 27 Jun 2024 08:55:12 +0000 Subject: [PATCH] Add .gitlab-ci.yml file --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1488360..80fa769 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,9 +22,13 @@ stages: # List of stages for jobs, and their order of execution - test - deploy +variables: + - KUBE_CONFIG_PATH: "${HOME}/.kube/config" + validate-authentik: # This job runs in the build stage, which runs first. stage: validate before_script: + - - cd authentik/ script: - tofu validate \ No newline at end of file