Update .gitlab-ci.yml file
This commit is contained in:
parent
ad637c2396
commit
032e367b53
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ stages: # List of stages for jobs, and their order of execution
|
||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
KUBE_CONFIG_PATH: "${HOME}/.kube/config"
|
KUBE_CONFIG_PATH: "/root/.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
|
||||||
|
|
Loading…
Add table
Reference in a new issue