kubernetes-sigs / prow

Prow is a Kubernetes based CI/CD system developed to serve the Kubernetes community. This repository contains Prow source code and Hugo sources for Prow documentation site.
https://docs.prow.k8s.io
Apache License 2.0
129 stars 99 forks source link

Add Environment Variable For SRC_BASE And SRC_HOST #302

Open midnightconman opened 1 month ago

midnightconman commented 1 month ago

We have REPO_NAME and REPO_OWNER, but we don't have SRC_BASE (GOPATH+/src) and SRC_HOST (which is normally github.com, but it can be different for github enterprise). This would allow building extra_ref paths instead of using relative paths for executables.

petr-muller commented 1 month ago

/kind feature