Skip to content

Commit bdac996

Browse files
authored
fix(run-integration-test): Only print kubectl's client version (#67)
1 parent a861017 commit bdac996

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run-integration-test/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ runs:
117117
# Overwrite the existing binary
118118
sudo install -m 755 -t /usr/local/bin /tmp/kubectl
119119
120-
kubectl version
120+
kubectl version --client
121121
echo "::endgroup::"
122122
123123
- name: Install Helm
@@ -146,7 +146,7 @@ runs:
146146
# Overwrite the existing binary
147147
sudo install -m 755 -t /usr/local/bin /tmp/helm/helm
148148
149-
helm version
149+
helm version --short
150150
echo "::endgroup::"
151151
152152
- name: Install kubectl-kuttl

0 commit comments

Comments
 (0)