Skip to content

Commit

Permalink
fix pipelines#4
Browse files Browse the repository at this point in the history
  • Loading branch information
pasqualespica committed Jul 13, 2022
1 parent 6c088ff commit 8cfd3f5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .devops/deploy-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ stages:
# Create a release on GitHub
- stage: release_service
condition: ne('${{ parameters.SEMVER }}', 'skip')
pool:
vmImage: "ubuntu-latest"
jobs:
- job: releaseService
steps:
Expand Down Expand Up @@ -125,8 +123,6 @@ stages:
- stage: 'Build'
displayName: 'Build_and_Publish_to_${{ parameters.ENV }}'
condition: not(failed('releaseService'))
pool:
vmImage: "ubuntu-latest"
jobs:
- job: deployJava
steps:
Expand Down

0 comments on commit 8cfd3f5

Please sign in to comment.