From d936aee0e9783bb36f1e5f50e424c5fe70054c6c Mon Sep 17 00:00:00 2001 From: Naser Mahfouz Date: Sun, 8 Oct 2023 14:51:58 -0700 Subject: [PATCH] use updated container with singularity --- .circleci/checkout.sh | 1 - .circleci/container.sh | 5 +++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/checkout.sh b/.circleci/checkout.sh index ea9a5f3d147d..81cb9d0eb2c5 100755 --- a/.circleci/checkout.sh +++ b/.circleci/checkout.sh @@ -2,5 +2,4 @@ # Replace all ssh URLs to submodules with HTTP URLs sed -i 's/git@github.com:/https:\/\/github.com\//' .gitmodules -sed -i 's/git@github.com:/https:\/\/github.com\//' cime/.gitmodules git submodule update --init --recursive diff --git a/.circleci/container.sh b/.circleci/container.sh index da266047a309..0e7c341ead07 100755 --- a/.circleci/container.sh +++ b/.circleci/container.sh @@ -1,7 +1,8 @@ #!/bin/bash -wget -t 3 -O e3sm.sif http://portal.nersc.gov/project/e3sm/lukasz/e3sm.sif || \ - wget -t 3 -O e3sm.sif https://dabdceba-6d04-11e5-ba46-22000b92c6ec.e.globus.org/containers/public/e3sm.sif +singularity pull e3sm.sif \ + docker://ghcr.io/mahf708/e3sm-imgs@sha256:d1030a6f4e3a53f682859436a26b30a9477d69423829ae1d9c1b5ab4e255430d + if [ $? -ne 0 ]; then exit -1 fi