Skip to content

Commit

Permalink
Update Tekton to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mgencur committed Dec 2, 2019
1 parent 3800adb commit 5685254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tekton-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ source $(dirname $0)/e2e-common.sh

# Add local dir to have access to built kn
export PATH=$PATH:${REPO_ROOT_DIR}
export TEKTON_VERSION=${TEKTON_VERSION:-v0.7.0}
export TEKTON_VERSION=${TEKTON_VERSION:-v0.8.0}
export E2E_PROJECT_ID=$(gcloud config get-value project)
export GCR_REPO=gcr.io/${E2E_PROJECT_ID}/${E2E_BASE_NAME}-e2e-img/${RANDOM}
export KN_E2E_NAMESPACE=tkn-kn
Expand Down

0 comments on commit 5685254

Please sign in to comment.