mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
Merge pull request #151 from brendandburns/fixes
Always build the cloudcfg binary at the beginning of the e2e script.
This commit is contained in:
commit
bb81caa60d
@ -38,6 +38,7 @@ export KUBE_REPO_ROOT="$(dirname $0)/.."
|
||||
export CLOUDCFG="${KUBE_REPO_ROOT}/cluster/cloudcfg.sh"
|
||||
|
||||
source "${KUBE_REPO_ROOT}/cluster/util.sh"
|
||||
source "${KUBE_REPO_ROOT}/hack/build-go.sh"
|
||||
|
||||
# Build a release
|
||||
$(dirname $0)/../release/release.sh
|
||||
|
Loading…
Reference in New Issue
Block a user