mirror of https://github.com/knative/client.git
Fix Tekton e2e script (#1673)
This commit is contained in:
parent
94a5352da1
commit
e3dbe5879f
|
|
@ -28,7 +28,7 @@ export PATH=$PATH:${REPO_ROOT_DIR}
|
|||
# Script entry point.
|
||||
initialize $@ --skip-istio-addon
|
||||
|
||||
local tekton_latest_version=$(curl -L --silent "https://api.github.com/repos/tektoncd/pipeline/releases" | \
|
||||
tekton_latest_version=$(curl -L --silent "https://api.github.com/repos/tektoncd/pipeline/releases" | \
|
||||
jq -r '[.[].tag_name] | sort_by( sub("v";"") | split(".") | map(tonumber) ) | reverse[0]')
|
||||
export TEKTON_VERSION=${TEKTON_VERSION:-${tekton_latest_version}}
|
||||
export KN_E2E_NAMESPACE=tkn-kn
|
||||
|
|
|
|||
Loading…
Reference in New Issue