Skip to content

Commit

Permalink
Update master-branch-pipeline.yml
Browse files Browse the repository at this point in the history
Disable github packages deploy
  • Loading branch information
dotasek authored Nov 9, 2024
1 parent 07de311 commit 7bcd3ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion master-branch-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.'
displayName: 'Push updated csv and plot to git.'

0 comments on commit 7bcd3ca

Please sign in to comment.