Skip to content

Commit

Permalink
prepend the container for singularity interop
Browse files Browse the repository at this point in the history
  • Loading branch information
mahf708 authored Oct 8, 2023
1 parent e50bcf2 commit b94f5bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/container.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

singularity pull e3sm.sif ghcr.io/mahf708/e3sm-imgs@sha256:a6e7b668af57d7cbe71347652f66e1c5cd8898c43700cbde6a66ae6a85777e98
singularity pull e3sm.sif docker://ghcr.io/mahf708/e3sm-imgs@sha256:a6e7b668af57d7cbe71347652f66e1c5cd8898c43700cbde6a66ae6a85777e98
if [ $? -ne 0 ]; then
exit -1
fi

0 comments on commit b94f5bc

Please sign in to comment.