Remove the windows pending status on PRS.

pull/718/head
Dan Lorenc 2016-10-19 09:21:41 -07:00
parent 36d8d6a885
commit 553aa4d0a6
1 changed files with 1 additions and 1 deletions

View File

@ -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" \