From c010a4d742d3998aaf27b763a45ab617d4a82da7 Mon Sep 17 00:00:00 2001 From: Otto Bittner Date: Thu, 25 May 2023 09:00:02 +0200 Subject: [PATCH] ci: fix aws-snp-launchmeasurement pipeline Misspelled variable name. --- .github/workflows/aws-snp-launchmeasurement.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/aws-snp-launchmeasurement.yml b/.github/workflows/aws-snp-launchmeasurement.yml index e57642ab0..f7610df0f 100644 --- a/.github/workflows/aws-snp-launchmeasurement.yml +++ b/.github/workflows/aws-snp-launchmeasurement.yml @@ -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