Update function name
parent
a1b8d571bd
commit
dac8f12e9f
|
|
@ -75,7 +75,7 @@ function retry_github_status() {
|
|||
}
|
||||
|
||||
for j in ${jobs[@]}; do
|
||||
update_github_status "${ghprbActualCommit}" "${j}" "pending" "${access_token}" \
|
||||
retry_github_status "${ghprbActualCommit}" "${j}" "pending" "${access_token}" \
|
||||
"https://storage.googleapis.com/minikube-builds/logs/${ghprbPullId}/${j}.txt"
|
||||
done
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue