Skip to content

Commit

Permalink
Fix pipeline files
Browse files Browse the repository at this point in the history
  • Loading branch information
janboll committed Dec 5, 2024
1 parent 49f37ca commit 5625025
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion backend/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ resourceGroups:
- name: deploy
action: Shell
command: make deploy
env:
variables:
- name: ARO_HCP_IMAGE_ACR
configRef: svcAcrName
- name: LOCATION
Expand Down
4 changes: 2 additions & 2 deletions frontend/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ resourceGroups:
action: Shell
command: make deploy
dryRun:
envVars:
variables:
- name: HELM_DRY_RUN
value: "--dry-run=server --debug"
env:
variables:
- name: ARO_HCP_IMAGE_ACR
configRef: svcAcrName
- name: LOCATION
Expand Down
2 changes: 1 addition & 1 deletion maestro/server/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ resourceGroups:
- name: deploy
action: Shell
command: make deploy
env:
variables:
- name: EVENTGRID_NAME
configRef: maestro.eventGrid.name
- name: REGION_RG
Expand Down

0 comments on commit 5625025

Please sign in to comment.