Skip to content

Commit

Permalink
Update testdata
Browse files Browse the repository at this point in the history
  • Loading branch information
janboll committed Dec 5, 2024
1 parent cb5dea6 commit 49f37ca
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions tooling/templatize/testdata/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ resourceGroups:
- name: deploy
action: Shell
command: make deploy
env:
variables:
- name: MAESTRO_IMAGE
configRef: maestro_image
- name: dry-run
action: Shell
command: make deploy
dryRun:
envVars:
variables:
- name: DRY_RUN
value: "A very dry one"
- name: svc
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ resourceGroups:
- name: deploy
action: Shell
command: make deploy
env:
variables:
- name: MAESTRO_IMAGE
configRef: maestro_image
- name: dry-run
action: Shell
command: make deploy
dryRun:
envVars:
variables:
- name: DRY_RUN
value: A very dry one
- name: svc
Expand Down
4 changes: 2 additions & 2 deletions tooling/templatize/testdata/zz_fixture_TestRawOptions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ resourceGroups:
- name: deploy
action: Shell
command: make deploy
env:
variables:
- name: MAESTRO_IMAGE
configRef: maestro_image
- name: dry-run
action: Shell
command: make deploy
dryRun:
envVars:
variables:
- name: DRY_RUN
value: "A very dry one"
- name: svc
Expand Down

0 comments on commit 49f37ca

Please sign in to comment.