From 58cc9d60b192b809f743ba1c27d6baf58e30583a Mon Sep 17 00:00:00 2001 From: Otto Bittner Date: Tue, 21 Nov 2023 09:44:55 +0100 Subject: [PATCH] fixup! fixup! fixup! ci: call TCB upload step for AWS lets see how many fixups one can stack --- .github/actions/e2e_verify/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/e2e_verify/action.yml b/.github/actions/e2e_verify/action.yml index c5fa53fcf42..b86580e3bac 100644 --- a/.github/actions/e2e_verify/action.yml +++ b/.github/actions/e2e_verify/action.yml @@ -66,7 +66,7 @@ runs: forwarderPID=$! sleep 5 - if [[ ${{ inputs.cloudProvider }} == "azure" ]]; then + if [[ ${{ inputs.cloudProvider }} == "azure" || ${{ inputs.cloudProvider }} == "aws" ]]; then echo "Extracting Azure TCB versions for API update" constellation verify --cluster-id "${clusterID}" --node-endpoint localhost:9090 -o json > "snp-report-${node}.json" else