Skip to content

Commit fe9ed0a

Browse files
committed
update tkn to 0.4.0
1 parent 50b4761 commit fe9ed0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.workshop/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ mv -f code/* . && rmdir code
2020
mkdir -p .bin && echo "export PATH=$HOME/.bin:$PATH" >> .bash_profile
2121

2222
# Releases for Tekton CLI at: https://github.com/tektoncd/cli/releases
23-
TKN_CLI_VERSION=0.3.1
23+
TKN_CLI_VERSION=0.4.0
2424
curl -kL https://github.com/tektoncd/cli/releases/download/v${TKN_CLI_VERSION}/tkn_${TKN_CLI_VERSION}_Linux_x86_64.tar.gz -o /tmp/tkn.tar.gz && \
2525
tar -xvzf /tmp/tkn.tar.gz -C /tmp && \
2626
chmod 755 /tmp/tkn && \

0 commit comments

Comments
 (0)