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.
|
||||
stage: validate
|
||||
tags:
|
||||
- k3s
|
||||
- ccowley
|
||||
- lab
|
||||
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
|
||||
- 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:
|
||||
- cd authentik/
|
||||
- tofu init
|
||||
- tofu validate
|
||||
- tofu validate
|
||||
|
|
Loading…
Add table
Reference in a new issue