We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 31d9336 + fbf61e3 commit b49acefCopy full SHA for b49acef
hack/jenkins/upload_integration_report.sh
@@ -49,5 +49,5 @@ echo ">> uploading ${SUMMARY_OUT}"
49
gsutil -qm cp "${SUMMARY_OUT}" "gs://${JOB_GCS_BUCKET}_summary.json" || true
50
51
if [[ "${MINIKUBE_LOCATION}" == "master" ]]; then
52
- ./test-flake-chart/jenkins_upload_tests.sh "${SUMMARY_OUT}"
+ ./test-flake-chart/upload_tests.sh "${SUMMARY_OUT}"
53
fi
0 commit comments