Skip to content

Commit 650b421

Browse files
committedDec 19, 2017
switch up tests to check only client version of kubectl
1 parent 202ec0a commit 650b421

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
 

‎codeship-steps.yml

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
steps:
1111
- name: Check for tooling
1212
command: /deploy/test/test_tools_available.sh
13+
- name: Check for kubectl tool
14+
command: kubectl version --client
1315
- name: Tests
1416
type: parallel
1517
steps:

‎deployment/test/test_tools_available.sh

-3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,3 @@ zip -r /deploy/tmp/upload_to_s3.zip /deploy/test/upload_to_s3
1010

1111
# Test that JQ is available and works
1212
echo "{\"test\": \"result\"}" | jq ".test" | grep "result"
13-
14-
# Test that kubectl is available
15-
kubectl version

0 commit comments

Comments
 (0)
Please sign in to comment.