You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/run-e2e-test.sh
+8-14Lines changed: 8 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -107,23 +107,22 @@ EOF
107
107
echo"cleanup any stale resources from previous run"
108
108
cleanUp
109
109
110
-
PRE_REQUISITE=success
111
110
echo"create Role with above policy document"
112
-
aws iam create-role --role-name $ROLE_NAME --assume-role-policy-document file://trust.json --description "IAM Role to be used by aws-load-balancer-controller SA"||PRE_REQUISITE=fail
111
+
aws iam create-role --role-name $ROLE_NAME --assume-role-policy-document file://trust.json --description "IAM Role to be used by aws-load-balancer-controller SA"||true
113
112
114
113
echo"creating AWSLoadbalancerController IAM Policy"
0 commit comments