Update .gitlab-ci.yml file
This commit is contained in:
parent
e6769a3f91
commit
ad637c2396
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ validate-authentik: # This job runs in the build stage, which runs first.
|
||||||
before_script:
|
before_script:
|
||||||
- wget https://github.com/opentofu/opentofu/releases/download/v1.7.2/tofu_1.7.2_amd64.apk -O /tmp/tofu_1.7.2_amd64.apk
|
- wget https://github.com/opentofu/opentofu/releases/download/v1.7.2/tofu_1.7.2_amd64.apk -O /tmp/tofu_1.7.2_amd64.apk
|
||||||
- apk add --allow-untrusted '/tmp/tofu_1.7.2_amd64.apk'
|
- apk add --allow-untrusted '/tmp/tofu_1.7.2_amd64.apk'
|
||||||
|
- mkdir -pv "${HOME}/.kube/"
|
||||||
- echo "${KUBECONFIG_BASE64}" | base64 -d > ${KUBE_CONFIG_PATH}
|
- echo "${KUBECONFIG_BASE64}" | base64 -d > ${KUBE_CONFIG_PATH}
|
||||||
script:
|
script:
|
||||||
- cd authentik/
|
- cd authentik/
|
||||||
|
|
Loading…
Add table
Reference in a new issue