diff options
Diffstat (limited to 'jenkins/dispatch.groovy')
-rw-r--r-- | jenkins/dispatch.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jenkins/dispatch.groovy b/jenkins/dispatch.groovy index df6cba0..dfa5084 100644 --- a/jenkins/dispatch.groovy +++ b/jenkins/dispatch.groovy @@ -198,7 +198,7 @@ node(LABEL) { CONDA_BASE_URL = [0..-2] } def dl_cmds = ["wget --no-verbose --server-response --no-check-certificate", - "curl -OSs"] + "curl -LOSs"] def dl_cmd = null def stat1 = 999 for (cmd in dl_cmds) { |