We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abfa0a5 commit 44f331cCopy full SHA for 44f331c
.github/workflows/tests.yml
@@ -338,7 +338,6 @@ jobs:
338
which kfutil
339
kfutil version
340
rm $(which kfutil)
341
- allow_failure: true
342
343
# Package Tests
344
Test_Kfutil_pkg:
install.sh
@@ -146,6 +146,7 @@ getVersion() {
146
printf "Could not retrieve the latest release tag information from %s: %s\n" "${remote_release_url}" "${releases_response}"
147
exit 1
148
fi
149
+ echo "Latest release version is $VERSION"
150
else
151
# Clean up version if prefixed with 'v'
152
VERSION=$(echo "$VERSION" | tr -d 'v')
0 commit comments