From 8e7dfdc6b3d33c977e73556e1bda5feba5415bdc Mon Sep 17 00:00:00 2001 From: Catherine Lee Date: Wed, 16 Jul 2025 14:53:20 -0700 Subject: [PATCH] tc --- .jenkins/build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.jenkins/build.sh b/.jenkins/build.sh index 9162152ff78..66b6dcbb772 100755 --- a/.jenkins/build.sh +++ b/.jenkins/build.sh @@ -16,6 +16,9 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )" sudo apt-get update sudo apt-get install -y pandoc +# Upgrade ca-certificates to avoid SSL errors +sudo apt-get upgrade -y ca-certificates + # NS: Path to python runtime should already be part of docker container # export PATH=/opt/conda/bin:$PATH