ci: fix CD not working correctly
This commit is contained in:
parent
c0b334eb02
commit
e699dfe88c
|
@ -339,6 +339,7 @@ stages:
|
||||||
vmImage: 'ubuntu-latest'
|
vmImage: 'ubuntu-latest'
|
||||||
steps:
|
steps:
|
||||||
- task: HelmDeploy@0
|
- task: HelmDeploy@0
|
||||||
|
condition: eq(variables['Build.SourceBranch'], 'refs/heads/master')
|
||||||
inputs:
|
inputs:
|
||||||
connectionType: 'Kubernetes Service Connection'
|
connectionType: 'Kubernetes Service Connection'
|
||||||
kubernetesServiceConnection: 'k8s-beryjuorg-prd'
|
kubernetesServiceConnection: 'k8s-beryjuorg-prd'
|
||||||
|
|
Reference in a new issue