Make curl follow redirects.
All checks were successful
ci/woodpecker/push/piper Pipeline was successful
All checks were successful
ci/woodpecker/push/piper Pipeline was successful
This commit is contained in:
parent
bdbf9f16dd
commit
988b6c1f4e
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue