Skip to content

Commit

Permalink
Update tests to latest Pipelines release
Browse files Browse the repository at this point in the history
v0.34.1 contains no code change, it is v0.34.0 rebuilt on golang v1.17.8
  • Loading branch information
AlanGreene authored and tekton-robot committed Mar 28, 2022
1 parent 9c7181d commit 9cd93d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e-tests.sh
Expand Up @@ -219,7 +219,7 @@ if [ -z "$SKIP_BUILD_TEST" ]; then
fi

if [ -z "$PIPELINES_VERSION" ]; then
export PIPELINES_VERSION=v0.34.0
export PIPELINES_VERSION=v0.34.1
fi

if [ -z "$TRIGGERS_VERSION" ]; then
Expand Down

0 comments on commit 9cd93d5

Please sign in to comment.