Remove the windows pending status on PRS.
parent
36d8d6a885
commit
553aa4d0a6
|
@ -27,7 +27,7 @@
|
|||
set -e
|
||||
set +x
|
||||
|
||||
for job in "OSX-Virtualbox" "OSX-XHyve" "Windows-hyperv"; do
|
||||
for job in "OSX-Virtualbox" "OSX-XHyve"; do
|
||||
target_url="https://storage.googleapis.com/minikube-builds/logs/${ghprbPullId}/${job}.txt"
|
||||
curl "https://api.github.com/repos/kubernetes/minikube/statuses/${ghprbActualCommit}?access_token=$access_token" \
|
||||
-H "Content-Type: application/json" \
|
||||
|
|
Loading…
Reference in New Issue