From fb5c8f3d7f6a8aa7d412af3e9c7c637d9172add7 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Thu, 22 Jul 2021 22:18:58 +0200 Subject: [PATCH] ci: attempt to load variable group Signed-off-by: Jens Langhammer --- azure-pipelines.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b5b5b5096..6d26328dc 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -14,9 +14,13 @@ resources: - repo: self variables: - POSTGRES_DB: authentik - POSTGRES_USER: authentik - POSTGRES_PASSWORD: "EK-5jnKfjrGRm<77" + - name: POSTGRES_DB + value: authentik + - name: POSTGRES_USER + value: authentik + - name: POSTGRES_PASSWORD + value: "EK-5jnKfjrGRm<77" + - group: coverage stages: - stage: Lint_and_test