From 7bcd3ca43b70a7f6c4d626537f0dcc0458ba2828 Mon Sep 17 00:00:00 2001 From: dotasek Date: Sat, 9 Nov 2024 10:44:55 -0500 Subject: [PATCH] Update master-branch-pipeline.yml Disable github packages deploy --- master-branch-pipeline.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/master-branch-pipeline.yml b/master-branch-pipeline.yml index bdafd4688..3c7c82fad 100644 --- a/master-branch-pipeline.yml +++ b/master-branch-pipeline.yml @@ -117,6 +117,7 @@ jobs: # This is done for the master branch merges only. - task: Maven@4 displayName: 'Deploy to GitHub packages' + enabled: false inputs: mavenPomFile: '$(System.DefaultWorkingDirectory)/pom.xml' goals: jar:jar deploy:deploy @@ -196,4 +197,4 @@ jobs: git push https://$(GIT_PAT)@github.com/hapifhir/org.hl7.fhir.core.git - displayName: 'Push updated csv and plot to git.' \ No newline at end of file + displayName: 'Push updated csv and plot to git.'