From 399e23e7c7de5646ca847bf87a2d5df6826573dc Mon Sep 17 00:00:00 2001 From: davidwalter2 Date: Wed, 21 Jan 2026 09:42:02 -0500 Subject: [PATCH] Update Apptainer variables for CI --- scripts/ci/run_with_singularity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/run_with_singularity.sh b/scripts/ci/run_with_singularity.sh index dd24f41d0..380314a75 100755 --- a/scripts/ci/run_with_singularity.sh +++ b/scripts/ci/run_with_singularity.sh @@ -1,5 +1,5 @@ #!/bin/bash -export APPTAINER_BIND="/scratch,/cvmfs" +export APPTAINER_BIND="/scratch,/cvmfs,/etc/pki/tls/certs,/etc/grid-security/certificates" if [[ -d $WREM_BASE ]]; then export APPTAINER_BIND="${APPTAINER_BIND},${WREM_BASE}/.." fi