@@ -37,12 +37,10 @@ jobs:
3737 tar -xzf tanzu-framework.tar.gz -C ${TANZU_HOME}
3838 sudo mv ${TANZU_HOME}/${TANZU_VERSION}/tanzu-cli-linux_amd64 /usr/local/bin/tanzu
3939 chmod +x /usr/local/bin/tanzu
40- tanzu ceip-participation set false
4140 tanzu config eula accept
42- tanzu init
4341 tanzu version
4442 tanzu plugin source init
45- tanzu plugin install builder
43+ tanzu plugin install builder --version ${TANZU_VERSION}
4644 tanzu plugin list
4745 - name : Scan Inclusive Terminology
4846 uses : get-woke/woke-action@v0
9896 curl -Lo tanzu-framework-windows-amd64.zip https://github.com/vmware-tanzu/tanzu-cli/releases/download/$TANZU_VERSION/tanzu-cli-windows-amd64.zip
9997 tar -xf tanzu-framework-windows-amd64.zip
10098 cp "$TANZU_VERSION\tanzu-cli-windows_amd64.exe" "C:\Program Files\tanzu\tanzu.exe"
101- tanzu ceip-participation set false
10299 tanzu config eula accept
103- tanzu init
104100 tanzu plugin source init
105- tanzu plugin install builder
101+ tanzu plugin install builder --version ${TANZU_VERSION}
106102 tanzu plugin list
107103 - name : Test
108104 run : |
@@ -139,11 +135,9 @@ jobs:
139135 tar -xzf tanzu-framework.tar.gz -C ${TANZU_HOME}
140136 sudo mv ${TANZU_HOME}/${TANZU_VERSION}/tanzu-cli-darwin_amd64 /usr/local/bin/tanzu
141137 chmod +x /usr/local/bin/tanzu
142- tanzu ceip-participation set false
143138 tanzu config eula accept
144- tanzu init
145139 tanzu plugin source init
146- tanzu plugin install builder
140+ tanzu plugin install builder --version ${TANZU_VERSION}
147141 tanzu plugin list
148142 - name : Test
149143 run : make test
@@ -201,9 +195,7 @@ jobs:
201195 tar -xzf tanzu-framework.tar.gz -C ${TANZU_HOME}
202196 sudo mv ${TANZU_HOME}/${TANZU_VERSION}/tanzu-cli-linux_amd64 /usr/local/bin/tanzu
203197 chmod +x /usr/local/bin/tanzu
204- tanzu ceip-participation set false
205198 tanzu config eula accept
206- tanzu init
207199 - name : Build dev version
208200 run : |
209201 PLUGIN_BUILD_SHA_SHORT=$(git rev-parse --short HEAD)
0 commit comments