mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-31 02:58:44 -04:00
ci: fix maa-patch action for self-managed create (#2578)
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
f79d5e8b08
commit
e8f0c58558
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ runs:
|
||||||
- name: Patch MAA Policy
|
- name: Patch MAA Policy
|
||||||
shell: bash
|
shell: bash
|
||||||
working-directory: ${{ github.workspace }}/e2e-infra
|
working-directory: ${{ github.workspace }}/e2e-infra
|
||||||
if: ${{ inputs.cloudProvider }} == 'azure'
|
if: inputs.cloudProvider == 'azure'
|
||||||
run: |
|
run: |
|
||||||
bazel run //hack/maa-patch:maa-patch $(terraform output attestationURL | jq -r)
|
bazel run //hack/maa-patch:maa-patch $(terraform output attestationURL | jq -r)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue