Update release-pipeline.yml for Azure Pipelines

This commit is contained in:
Mark Iantorno 2022-06-29 13:25:13 -04:00
parent 069f20a5f7
commit f3b4268bb6
1 changed files with 2 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# HAPI FHIR Build Pipeline
# HAPI FHIR Release Pipeline
variables:
MAVEN_CACHE_FOLDER: $(Pipeline.Workspace)/.m2/repository
@ -6,14 +6,12 @@ variables:
NEW_RELEASE_VERSION:
BRANCH:
trigger:
- none
trigger: none
pool:
vmImage: ubuntu-latest
jobs:
- job: get_release_version
timeoutInMinutes: 5
steps: