Skip to content

Commit

Permalink
Unfreeze the Pipelines version to latest in e2e tests.
Browse files Browse the repository at this point in the history
Change v0.47.2 to latest version of pipelines
  • Loading branch information
khrm authored and tekton-robot committed Dec 1, 2023
1 parent 097030b commit 3350fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/01-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export SSL_CERT_PATH=${SSL_CERT_PATH:="/tmp/tekton-results/ssl"}
ROOT="$(git rev-parse --show-toplevel)"

echo "Installing Tekton Pipelines..."
TEKTON_PIPELINE_CONFIG=${TEKTON_PIPELINE_CONFIG:-"https://storage.googleapis.com/tekton-releases/pipeline/previous/v0.47.2/release.yaml"}
TEKTON_PIPELINE_CONFIG=${TEKTON_PIPELINE_CONFIG:-"https://storage.googleapis.com/tekton-releases/pipeline/latest/release.yaml"}
kubectl apply --filename "${TEKTON_PIPELINE_CONFIG}"

echo "Generating DB secret..."
Expand Down

0 comments on commit 3350fff

Please sign in to comment.