Skip to content

Commit 699e1ce

Browse files
committed
Trying #232 fix to verify build.
Signed-off-by: Tatsat Mishra <tamishra@microsoft.com>
1 parent 3f311ac commit 699e1ce

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,7 @@ jobs:
7979
env:
8080
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8181
run: |
82-
HELM_LATEST=$(gh release list \
83-
--repo helm/helm \
84-
--exclude-drafts \
85-
--exclude-pre-releases \
86-
--json name,isLatest \
87-
--jq '.[] | select(.isLatest)|.name' | awk '{print $2}')
82+
HELM_LATEST=$(curl -s https://get.helm.sh/helm-latest-version)
8883
8984
if [[ $(helm version) != *$HELM_LATEST* ]]; then
9085
echo "HELM VERSION INCORRECT: HELM VERSION DOES NOT CONTAIN $HELM_LATEST"

0 commit comments

Comments
 (0)