mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-14 01:20:43 -05:00
ci: fix aws-snp-launchmeasurement pipeline
Misspelled variable name.
This commit is contained in:
parent
7cff47f30f
commit
c010a4d742
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ jobs:
|
||||||
|
|
||||||
for vcpus in 2 4 8 16 32 48 64;
|
for vcpus in 2 4 8 16 32 48 64;
|
||||||
do
|
do
|
||||||
measurement="$(./sev-snp-measure.py --mode snp --vmm-type=ec2 --vcpus="$vcpus" --ovmf=${{ steps.build-uefi.outputs.ovmf_path }})"
|
measurement="$(./sev-snp-measure.py --mode snp --vmm-type=ec2 --vcpus="$vcpus" --ovmf=${{ steps.build-uefi.outputs.ovmfPath }})"
|
||||||
|
|
||||||
jq --arg vcpus "$vcpus" --arg measurement "$measurement" '. += [{"vcpus": $vcpus, "measurement": $measurement}]' intermediate.json > measurements.json
|
jq --arg vcpus "$vcpus" --arg measurement "$measurement" '. += [{"vcpus": $vcpus, "measurement": $measurement}]' intermediate.json > measurements.json
|
||||||
cp measurements.json intermediate.json
|
cp measurements.json intermediate.json
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue