mirror of
https://github.com/Azure/setup-helm.git
synced 2025-11-08 21:46:55 +00:00
Double brackets for new test
This commit is contained in:
parent
21069d8835
commit
1d633105ef
1 changed files with 1 additions and 1 deletions
2
.github/workflows/integration-tests.yml
vendored
2
.github/workflows/integration-tests.yml
vendored
|
|
@ -30,7 +30,7 @@ jobs:
|
|||
version: 'v3.8.0'
|
||||
- name: Validate 3.8.0
|
||||
run: |
|
||||
if [ $(helm version) != 'v3.8.0' ]; then
|
||||
if [[ $(helm version) != 'v3.8.0' ]]; then
|
||||
echo "HELM VERSION INCORRECT: LOOKING FOR $(HELM_3_8_0) GOT $(helm version)"
|
||||
exit 1
|
||||
fi
|
||||
Loading…
Reference in a new issue