未验证 提交 177099ec 编写于 作者: M Medya Ghazizadeh 提交者: GitHub

typo

上级 593249f2
......@@ -328,7 +328,7 @@ fi
touch "${HTML_OUT}"
pessimistic_status=$(gopogh -in "${JSON_OUT}" -out "${HTML_OUT}" -name "${JOB_NAME}" -pr "${MINIKUBE_LOCATION}" -repo github.com/kubernetes/minikube/ -details "${COMMIT}") || true
description="completed with ${status} in ${elapsed} minute(s)."
if [ "$status" = "Failure" ]; then
if [ "$status" = "failure" ]; then
description="completed with ${pessimistic_status} in ${elapsed} minute(s)."
fi
echo $description
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册