Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ resources:
repositories:
- repository: cnp-azuredevops-libraries
type: github
ref: refs/heads/master
ref: convert-to-helm3-command
name: hmcts/cnp-azuredevops-libraries
endpoint: 'hmcts'

Expand Down Expand Up @@ -79,11 +79,11 @@ jobs:

- job: Release
# Make sure we have a tag to run this job
condition: >
and(
succeeded(),
startsWith(variables['Build.SourceBranch'], 'refs/tags/')
)
# condition: >
# and(
# succeeded(),
# startsWith(variables['Build.SourceBranch'], 'refs/tags/')
# )
dependsOn:
- ValidateServiceBus
- ValidateBlob
Expand Down