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
1
.github/workflows/integration-tests.yml
vendored
1
.github/workflows/integration-tests.yml
vendored
|
|
@ -32,3 +32,4 @@ jobs:
|
|||
run: |
|
||||
if [ $(helm version) != 'v3.8.0' ]; then
|
||||
echo "HELM VERSION INCORRECT: LOOKING FOR $(HELM_3_8_0) GOT $(helm version)"
|
||||
fi
|
||||
Loading…
Reference in a new issue