[master] 57d5835dd Follow redirects when downloading dist

Martin Blix Grydeland martin at varnish-software.com
Fri Aug 5 15:04:06 UTC 2022


commit 57d5835dd6208771f9fb3b7ec2fd411c9e08196e
Author: Martin Blix Grydeland <martin at varnish-software.com>
Date:   Thu Aug 4 15:33:26 2022 +0200

    Follow redirects when downloading dist

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 0a32ce358..8b20b9016 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -53,7 +53,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:


More information about the varnish-commit mailing list