Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(PA-6543) Add more curl options when downloading WIX zip
- The '--fail' options will return error code 1 if artifactory resource is not found. If not given, then for unsuccessful response from artifactory, the response is saved in the output file as html. Here, curl returns exit code 0 which is not interpreted as an error, so the build proceeds. The build then tries to unzip this html which throws an error that is rather difficult to debug. - The '--retry' flag will guard against transient failures if any.
- Loading branch information