Update master-branch-pipeline.yml
Disable github packages deploy
This commit is contained in:
parent
07de311296
commit
7bcd3ca43b
|
@ -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.'
|
||||
displayName: 'Push updated csv and plot to git.'
|
||||
|
|
Loading…
Reference in New Issue