We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eac642c commit 5f5ef9eCopy full SHA for 5f5ef9e
.github/workflows/CI.yml
@@ -574,7 +574,7 @@ jobs:
574
eks_matrix=$(python e2etest/get-testcases.py eks_matrix)
575
eks_adot_operator_matrix=$(python e2etest/get-testcases.py eks_adot_operator_matrix)
576
echo "::set-output name=eks-matrix::$eks_matrix"
577
- echo "::set-output name=eks-fargate-matrix::$eks-fargate-matrix"
+ echo "::set-output name=eks-fargate-matrix::$eks_fargate_matrix"
578
echo "::set-output name=eks-adot-operator-matrix::$eks_adot_operator_matrix"
579
echo "::set-output name=ecs-matrix::$ecs_matrix"
580
echo "::set-output name=ec2-matrix-1::$ec2_matrix_1"
0 commit comments