Make curl follow redirects.
All checks were successful
ci/woodpecker/push/piper Pipeline was successful

This commit is contained in:
Alex Manning 2023-07-06 21:43:29 +01:00
parent bdbf9f16dd
commit 988b6c1f4e

View file

@ -34,6 +34,7 @@ spec:
command: command:
- "curl" - "curl"
- "--remote-name-all" - "--remote-name-all"
- "--location"
{{- .Values.downloadVoices | toYaml | nindent 12 }} {{- .Values.downloadVoices | toYaml | nindent 12 }}
workingDir: /data workingDir: /data
volumeMounts: volumeMounts: