Commit d478c23b authored by Martin Blix Grydeland's avatar Martin Blix Grydeland

Follow redirects when downloading dist

parent 9b5f68e1
......@@ -49,7 +49,7 @@ jobs:
- run:
name: Download the dist tarball
command: |
curl -s << pipeline.parameters.dist-url >> -o varnish-dist.tar.gz
curl -Ls '<< pipeline.parameters.dist-url >>' -o varnish-dist.tar.gz
- when:
condition: << pipeline.parameters.dist-url-sha256 >>
steps:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment