Skip to content

Commit

Permalink
fixup! fixup! fixup! ci: call TCB upload step for AWS
Browse files Browse the repository at this point in the history
lets see how many fixups one can stack
  • Loading branch information
derpsteb committed Nov 21, 2023
1 parent 9ce59d8 commit 58cc9d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/e2e_verify/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 58cc9d6

Please sign in to comment.