Skip to content

Commit 8e7dfdc

Browse files
committed
tc
1 parent 4dee820 commit 8e7dfdc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.jenkins/build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
1616
sudo apt-get update
1717
sudo apt-get install -y pandoc
1818

19+
# Upgrade ca-certificates to avoid SSL errors
20+
sudo apt-get upgrade -y ca-certificates
21+
1922
# NS: Path to python runtime should already be part of docker container
2023
# export PATH=/opt/conda/bin:$PATH
2124

0 commit comments

Comments
 (0)