Skip to content

Commit 8483eef

Browse files
authored
Merge pull request #176 from lol768/fix/use-https-download-url
Ensure archive fetch script uses HTTPS download
2 parents bfd37b1 + bbdb7c1 commit 8483eef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/jobs/release/website/archives

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# need to re-declare it as an array, not sure how to do that directly in jenkins
33
declare -a sshCharaArgs="$sshCharaArgs"
44

5-
url="http://downloads.lightbend.com/scala/$version"
5+
url="https://downloads.lightbend.com/scala/$version"
66

77
if [[ "$version" =~ ^.*-(bin|pre)-[0-9a-f]+$ ]]
88
then archivesDir="~linuxsoft/archives/scala/nightly/2.12.x"

0 commit comments

Comments
 (0)