jenkins: use https when downloading docs (fixes #3651)
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3652
This commit is contained in:
parent
fe9c2b9857
commit
1e54a3e801
@ -38,8 +38,8 @@ function clean {
|
|||||||
function fetchExtra {
|
function fetchExtra {
|
||||||
echo Fetching extra resources
|
echo Fetching extra resources
|
||||||
mkdir extra
|
mkdir extra
|
||||||
curl -s -o extra/Getting-Started.pdf http://docs.syncthing.net/pdf/Getting-Started.pdf
|
curl -s -o extra/Getting-Started.pdf https://docs.syncthing.net/pdf/Getting-Started.pdf
|
||||||
curl -s -o extra/FAQ.pdf http://docs.syncthing.net/pdf/FAQ.pdf
|
curl -s -o extra/FAQ.pdf https://docs.syncthing.net/pdf/FAQ.pdf
|
||||||
echo
|
echo
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -81,4 +81,4 @@ function buildSource {
|
|||||||
tar c -z -f "$WORKSPACE/syncthing-source-$version.tar.gz" --exclude .git syncthing
|
tar c -z -f "$WORKSPACE/syncthing-source-$version.tar.gz" --exclude .git syncthing
|
||||||
popd >/dev/null
|
popd >/dev/null
|
||||||
echo
|
echo
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user