ci: attempt to load variable group

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-07-22 22:18:58 +02:00
parent 049a55a761
commit fb5c8f3d7f
1 changed files with 7 additions and 3 deletions

View File

@ -14,9 +14,13 @@ resources:
- repo: self - repo: self
variables: variables:
POSTGRES_DB: authentik - name: POSTGRES_DB
POSTGRES_USER: authentik value: authentik
POSTGRES_PASSWORD: "EK-5jnKfjrGRm<77" - name: POSTGRES_USER
value: authentik
- name: POSTGRES_PASSWORD
value: "EK-5jnKfjrGRm<77"
- group: coverage
stages: stages:
- stage: Lint_and_test - stage: Lint_and_test