Add .gitlab-ci.yml file
This commit is contained in:
parent
9609f4650e
commit
d0de69a1c8
1 changed files with 4 additions and 0 deletions
|
@ -22,9 +22,13 @@ stages: # List of stages for jobs, and their order of execution
|
||||||
- test
|
- test
|
||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
|
variables:
|
||||||
|
- KUBE_CONFIG_PATH: "${HOME}/.kube/config"
|
||||||
|
|
||||||
validate-authentik: # This job runs in the build stage, which runs first.
|
validate-authentik: # This job runs in the build stage, which runs first.
|
||||||
stage: validate
|
stage: validate
|
||||||
before_script:
|
before_script:
|
||||||
|
-
|
||||||
- cd authentik/
|
- cd authentik/
|
||||||
script:
|
script:
|
||||||
- tofu validate
|
- tofu validate
|
Loading…
Add table
Reference in a new issue