Skip to content

Commit

Permalink
use updated container with singularity
Browse files Browse the repository at this point in the history
  • Loading branch information
mahf708 committed Oct 8, 2023
1 parent 9f6e496 commit d936aee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .circleci/checkout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@

# Replace all ssh URLs to submodules with HTTP URLs
sed -i 's/[email protected]:/https:\/\/github.com\//' .gitmodules
sed -i 's/[email protected]:/https:\/\/github.com\//' cime/.gitmodules
git submodule update --init --recursive
5 changes: 3 additions & 2 deletions .circleci/container.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d936aee

Please sign in to comment.