Skip to content

Commit

Permalink
fix pipelines#9
Browse files Browse the repository at this point in the history
  • Loading branch information
pasqualespica committed Jul 12, 2022
1 parent 8b6b928 commit c4f5daf
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 @@ -250,8 +248,6 @@ stages:
- stage: test
# run this stage only if 'test' is enabled
condition: and(not(failed('deployJava')), eq('${{ parameters.TEST }}', 'true'))
pool:
vmImage: "ubuntu-latest"
jobs:
# is needed to wait for startup of application
- job: waitStartup
Expand Down

0 comments on commit c4f5daf

Please sign in to comment.