You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+ /usr/local/bin/checkout.sh /src
+ SRC_DIR=/src
+ mkdir -p /src/
+ git clone https://github.com//.git /src//
Cloning into '/src'...
fatal: could not read Username for 'https://github.com': No such device or address
So it looks like the problem is in the case of a periodic job; the environment variables that our checkout.sh script depends on aren't set so we don't end up cloning the repo properly.
https://prow.k8s.io/?type=periodic&job=kubeflow-periodic
The text was updated successfully, but these errors were encountered: