mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-13 08:29:38 -05:00
ci: fix aws-snp-launchmeasurement pipeline
Misspelled variable name.
This commit is contained in:
parent
7cff47f30f
commit
c010a4d742
@ -59,7 +59,7 @@ jobs:
|
||||
|
||||
for vcpus in 2 4 8 16 32 48 64;
|
||||
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
|
||||
cp measurements.json intermediate.json
|
||||
|
Loading…
Reference in New Issue
Block a user