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.
1 parent 4dee820 commit 8e7dfdcCopy full SHA for 8e7dfdc
.jenkins/build.sh
@@ -16,6 +16,9 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
16
sudo apt-get update
17
sudo apt-get install -y pandoc
18
19
+# Upgrade ca-certificates to avoid SSL errors
20
+sudo apt-get upgrade -y ca-certificates
21
+
22
# NS: Path to python runtime should already be part of docker container
23
# export PATH=/opt/conda/bin:$PATH
24
0 commit comments