We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0a8caf commit 3dffc55Copy full SHA for 3dffc55
scripts/deploy/iks/test-fvt.sh
@@ -56,7 +56,7 @@ retry 3 3 ibmcloud login --apikey "${IBM_CLOUD_API_KEY}" --no-region
56
retry 3 3 ibmcloud target -r "$REGION" -o "$ORG" -s "$SPACE" -g "$RESOURCE_GROUP"
57
retry 3 3 ibmcloud ks cluster config -c "$SERVING_KUBERNETES_CLUSTER_NAME"
58
59
-echo "this is a test for pr trigger"
+echo "this is a test for a trigger"
60
RESULT=0
61
STATUS_MSG=PASSED
62
@@ -68,4 +68,4 @@ if [[ "$RESULT" -ne 0 ]]; then
68
exit 1
69
fi
70
71
-echo "FVT test ${STATUS_MSG}"
+echo "FVT test ${STATUS_MSG}"
0 commit comments