Skip to content

Commit

Permalink
fix pipelines#5
Browse files Browse the repository at this point in the history
  • Loading branch information
pasqualespica committed Jul 12, 2022
1 parent 6b52328 commit 90be378
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .devops/deploy-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ 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 @@ -194,8 +196,6 @@ stages:
jobs:
- job: Serving_helm
displayName: Serving_helm
pool:
vmImage: $(vmImageNameDefault)
steps:
- task: PublishPipelineArtifact@1
displayName: 'Publish Artifact manifests'
Expand All @@ -211,8 +211,6 @@ stages:
jobs:
- deployment: 'Deploy_to_${{ parameters.ENV }}'
displayName: 'Deploy_to_${{ parameters.ENV }}'
pool:
vmImage: $(vmImageNameDefault)
environment: '${{ parameters.ENV }}'
strategy:
runOnce:
Expand Down

0 comments on commit 90be378

Please sign in to comment.