Skip to content

Commit b49acef

Browse files
authored
Merge pull request #11744 from andriyDev/fix-jenkins-upload
Fix running a non-existent command in upload_integration_report
2 parents 31d9336 + fbf61e3 commit b49acef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/jenkins/upload_integration_report.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ echo ">> uploading ${SUMMARY_OUT}"
4949
gsutil -qm cp "${SUMMARY_OUT}" "gs://${JOB_GCS_BUCKET}_summary.json" || true
5050

5151
if [[ "${MINIKUBE_LOCATION}" == "master" ]]; then
52-
./test-flake-chart/jenkins_upload_tests.sh "${SUMMARY_OUT}"
52+
./test-flake-chart/upload_tests.sh "${SUMMARY_OUT}"
5353
fi

0 commit comments

Comments
 (0)