Skip to content
Snippets Groups Projects
Commit e24176cc authored by Arie Peterson's avatar Arie Peterson
Browse files

Log where we pull app tarballs from

parent 2d9ae50d
No related branches found
No related tags found
No related merge requests found
......@@ -119,6 +119,7 @@ data:
{{- else }}
url="https://github.com/{{ .github_repository }}/releases/download/{{ .version }}/{{ tpl .release_filename $ }}"
{{- end }} # end if .raw_url
echo "Fetching tarball from ${url}"
curl "$url" -Lo "{{ .name }}.tar.gz"
# If the above url results in a 404, curl will not complain and store the
# body of the 404 in the file :/. So we check here whether we actually
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment