Skip to content

Commit

Permalink
feat(ci): collect shell
Browse files Browse the repository at this point in the history
fix yml

n/a
  • Loading branch information
jdre-c8y committed May 31, 2024
1 parent d0b683a commit 56a4dbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/collect-shell-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ jobs:
# Extract the 'next' tag version from the JSON
json=${{ steps.check-deprecated.outputs.non_deprecated_shell_versions }}
next_version=$(echo $json | jq -r '.next')
echo "Version is: ${{ next_version }}"
echo "Version is: $next_version"
# Construct the file URL
file_url="http://resources.cumulocity.com/webapps/ui-releases/apps-${next_version}.tgz"
echo "File url is: ${{ file_url }}"
echo "File url is: $file_url "
# # Download the file
# curl -O $file_url
Expand Down

0 comments on commit 56a4dbf

Please sign in to comment.