ci: remove unused variables
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
0d0dcf8de0
commit
4cd53f3d11
|
@ -6,12 +6,6 @@ trigger:
|
||||||
- next
|
- next
|
||||||
- version-*
|
- version-*
|
||||||
|
|
||||||
variables:
|
|
||||||
${{ if startsWith(variables['Build.SourceBranch'], 'refs/pull/') }}:
|
|
||||||
branchName: ${{ replace(variables['System.PullRequest.SourceBranch'], '/', '-') }}
|
|
||||||
${{ if startsWith(variables['Build.SourceBranch'], 'refs/heads/') }}:
|
|
||||||
branchName: ${{ replace(variables['Build.SourceBranchName'], 'refs/heads/', '') }}
|
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- stage: generate
|
- stage: generate
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
@ -17,10 +17,6 @@ variables:
|
||||||
POSTGRES_DB: authentik
|
POSTGRES_DB: authentik
|
||||||
POSTGRES_USER: authentik
|
POSTGRES_USER: authentik
|
||||||
POSTGRES_PASSWORD: "EK-5jnKfjrGRm<77"
|
POSTGRES_PASSWORD: "EK-5jnKfjrGRm<77"
|
||||||
${{ if startsWith(variables['Build.SourceBranch'], 'refs/pull/') }}:
|
|
||||||
branchName: ${{ replace(variables['System.PullRequest.SourceBranch'], '/', '-') }}
|
|
||||||
${{ if startsWith(variables['Build.SourceBranch'], 'refs/heads/') }}:
|
|
||||||
branchName: ${{ replace(variables['Build.SourceBranchName'], 'refs/heads/', '') }}
|
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- stage: Lint_and_test
|
- stage: Lint_and_test
|
||||||
|
|
Reference in New Issue