We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2625c49 + e49f4b3 commit cf88460Copy full SHA for cf88460
scripts/jobs/release/website/archives
@@ -2,7 +2,7 @@
2
# need to re-declare it as an array, not sure how to do that directly in jenkins
3
declare -a sshCharaArgs="$sshCharaArgs"
4
5
-url="http://downloads.lightbend.com/scala/$version"
+url="https://downloads.lightbend.com/scala/$version"
6
7
if [[ "$version" =~ ^.*-(bin|pre)-[0-9a-f]+$ ]]
8
then archivesDir="~linuxsoft/archives/scala/nightly/2.13.x"
0 commit comments