From 3eb004cbeffcee2fb7d07d5ac6832f44a043daf1 Mon Sep 17 00:00:00 2001 From: nicholas chang Date: Fri, 4 Oct 2024 16:33:21 +0100 Subject: [PATCH] point to branch --- azure-pipelines.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 85e13be..ad76ff2 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -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' @@ -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