mirror of
https://github.com/Azure/setup-helm.git
synced 2025-11-07 21:16:57 +00:00
Fix helm latest version retrieval command syntax
This commit is contained in:
parent
b375d008a1
commit
8a3c06fb8b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/integration-tests.yml
vendored
2
.github/workflows/integration-tests.yml
vendored
|
|
@ -77,7 +77,7 @@ jobs:
|
||||||
--exclude-drafts \
|
--exclude-drafts \
|
||||||
--exclude-pre-releases \
|
--exclude-pre-releases \
|
||||||
--json name,isLatest \
|
--json name,isLatest \
|
||||||
--jq '.[] | select(.isLatest)|.name' | awk '{print $2}'
|
--jq '.[] | select(.isLatest)|.name' | awk '{print $2}')
|
||||||
|
|
||||||
if [[ $(helm version) != *$HELM_LATEST* ]]; then
|
if [[ $(helm version) != *$HELM_LATEST* ]]; then
|
||||||
echo "HELM VERSION INCORRECT: HELM VERSION DOES NOT CONTAIN $HELM_LATEST"
|
echo "HELM VERSION INCORRECT: HELM VERSION DOES NOT CONTAIN $HELM_LATEST"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue