Skip to content

Commit

Permalink
attempt to move istioctl to path
Browse files Browse the repository at this point in the history
  • Loading branch information
therealmitchconnors committed May 7, 2022
1 parent e9b2b82 commit e908dc0
Show file tree
Hide file tree
Showing 7 changed files with 4,130 additions and 145 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-get-istioctl.yaml
Expand Up @@ -16,7 +16,7 @@ jobs:
version: '1.11.*'
- name: Run Test
run: |
if [ $(./istioctl version --remote=false) == "1.11.8" ]; then
if [ $(istioctl version --remote=false) == "1.11.8" ]; then
echo "Test Passed"
else
echo "Test Failed"
Expand Down

0 comments on commit e908dc0

Please sign in to comment.