use lab runner
This commit is contained in:
parent
2f55612d40
commit
18a08d623b
1 changed files with 5 additions and 1 deletions
|
@ -28,6 +28,10 @@ variables:
|
||||||
|
|
||||||
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
|
||||||
|
tags:
|
||||||
|
- k3s
|
||||||
|
- ccowley
|
||||||
|
- lab
|
||||||
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'
|
||||||
|
@ -36,4 +40,4 @@ validate-authentik: # This job runs in the build stage, which runs first.
|
||||||
script:
|
script:
|
||||||
- cd authentik/
|
- cd authentik/
|
||||||
- tofu init
|
- tofu init
|
||||||
- tofu validate
|
- tofu validate
|
||||||
|
|
Loading…
Add table
Reference in a new issue