Merge pull request #718 from dlorenc/rmwindows

Remove the windows pending status on PRS.
pull/720/head
Matt Rickard 2016-10-19 10:18:16 -07:00 committed by GitHub
commit ef837c072e
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" \