mirror of
https://github.com/Azure/setup-helm.git
synced 2025-12-22 07:15:45 +00:00
Compare commits
1 Commits
limit-inte
...
update-cod
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e3e6f7311c |
3
.github/workflows/integration-tests.yml
vendored
3
.github/workflows/integration-tests.yml
vendored
@@ -76,8 +76,7 @@ jobs:
|
||||
--repo helm/helm \
|
||||
--exclude-drafts \
|
||||
--exclude-pre-releases \
|
||||
--json name,isLatest \
|
||||
--jq '.[] | select(.isLatest)|.name' | awk '{print $2}')
|
||||
--limit 1 | awk '{print $4}')
|
||||
|
||||
if [[ $(helm version) != *$HELM_LATEST* ]]; then
|
||||
echo "HELM VERSION INCORRECT: HELM VERSION DOES NOT CONTAIN $HELM_LATEST"
|
||||
|
||||
Reference in New Issue
Block a user