mirror of https://github.com/kubernetes/kops.git
Update test version docs
This commit is contained in:
parent
d5372e7387
commit
bac19f15e3
|
|
@ -34,7 +34,7 @@ When a PR builds successfully, you can test the PR using the following script:
|
||||||
```sh
|
```sh
|
||||||
pr=13208
|
pr=13208
|
||||||
sha=$(curl -s -H "Accept: application/vnd.github.v3+json" https://api.github.com/repos/kubernetes/kops/pulls/${pr} | jq -r .head.sha )
|
sha=$(curl -s -H "Accept: application/vnd.github.v3+json" https://api.github.com/repos/kubernetes/kops/pulls/${pr} | jq -r .head.sha )
|
||||||
export KOPS_BASE_URL=https://storage.googleapis.com/kops-ci/pulls/pull-kops-e2e-kubernetes-aws/pull-v1.24.0-alpha.2-68-g8a1070a1b9
|
export KOPS_BASE_URL="https://storage.googleapis.com/kops-ci/pulls/pull-kops-e2e-kubernetes-aws/pull-${sha}"
|
||||||
wget -q "$KOPS_BASE_URL/$(go env GOOS)/$(go env GOARCH)/kops"
|
wget -q "$KOPS_BASE_URL/$(go env GOOS)/$(go env GOARCH)/kops"
|
||||||
chmod +x ./kops
|
chmod +x ./kops
|
||||||
./kops version
|
./kops version
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue