Skip to content

Commit ef75014

Browse files
committed
Switch CircleCI to apptainer/singularity and upgrd
1 parent edd433f commit ef75014

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ commands:
7373
version:
7474
description: "Version of Singularity to clone"
7575
type: string
76-
default: v3.7.2
76+
default: v3.8.7
7777
steps:
7878
- install-singularity-requirements
7979
- restore_cache:
@@ -84,7 +84,7 @@ commands:
8484
command: |
8585
if [[ ! -d singularity-<< parameters.version >> ]]
8686
then
87-
git clone -b << parameters.version >> https://github.com/sylabs/singularity singularity-<< parameters.version >>
87+
git clone -b << parameters.version >> https://github.com/apptainer/singularity singularity-<< parameters.version >>
8888
fi
8989
- save_cache:
9090
key: singularity-<< parameters.version >>

0 commit comments

Comments
 (0)