We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50b4761 commit fe9ed0aCopy full SHA for fe9ed0a
.workshop/build
@@ -20,7 +20,7 @@ mv -f code/* . && rmdir code
20
mkdir -p .bin && echo "export PATH=$HOME/.bin:$PATH" >> .bash_profile
21
22
# Releases for Tekton CLI at: https://github.com/tektoncd/cli/releases
23
-TKN_CLI_VERSION=0.3.1
+TKN_CLI_VERSION=0.4.0
24
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 && \
25
tar -xvzf /tmp/tkn.tar.gz -C /tmp && \
26
chmod 755 /tmp/tkn && \
0 commit comments