mirror of
https://github.com/Azure/setup-helm.git
synced 2025-11-07 13:06:56 +00:00
Added exit
This commit is contained in:
parent
49e3211f82
commit
21069d8835
1 changed files with 2 additions and 1 deletions
3
.github/workflows/integration-tests.yml
vendored
3
.github/workflows/integration-tests.yml
vendored
|
|
@ -31,5 +31,6 @@ jobs:
|
|||
- name: Validate 3.8.0
|
||||
run: |
|
||||
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)"
|
||||
exit 1
|
||||
fi
|
||||
Loading…
Reference in a new issue