Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prow.sh: avoid creating paths unless really running tests #143

Merged
merged 1 commit into from
Apr 27, 2021

Commits on Apr 26, 2021

  1. prow.sh: avoid creating paths unless really running tests

    verify-go-version.sh sources prow.sh to determine the desired Go
    version. This had the unintended side effect of creating one
    $GOPATH/pkg/csiprow.* directory per make invocation and triggered
    error messages when GOPATH was not set.
    
    Also, `go env GOPATH` is now used as fallback when not set explicitly.
    pohly committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    6880b0c View commit details
    Browse the repository at this point in the history