mirror of
https://github.com/Azure/setup-helm.git
synced 2025-11-08 21:46:55 +00:00
Fixed if statement in run command
This commit is contained in:
parent
49a9aaddef
commit
49e3211f82
1 changed files with 2 additions and 1 deletions
3
.github/workflows/integration-tests.yml
vendored
3
.github/workflows/integration-tests.yml
vendored
|
|
@ -31,4 +31,5 @@ jobs:
|
||||||
- name: Validate 3.8.0
|
- name: Validate 3.8.0
|
||||||
run: |
|
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)"
|
echo "HELM VERSION INCORRECT: LOOKING FOR $(HELM_3_8_0) GOT $(helm version)"
|
||||||
|
fi
|
||||||
Loading…
Reference in a new issue