change file name for pending

pull/6081/head
Medya Gh 2019-12-19 09:34:18 -08:00
parent 104d7c64cd
commit ed4b6146e4
1 changed files with 1 additions and 1 deletions

View File

@ -78,6 +78,6 @@ function retry_github_status() {
for j in ${jobs[@]}; do
retry_github_status "${ghprbActualCommit}" "${j}" "pending" "${access_token}" \
"https://storage.googleapis.com/minikube-builds/logs/${ghprbPullId}/${j}.html"
"https://storage.googleapis.com/minikube-builds/logs/${ghprbPullId}/${j}.pending"
done