We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edd433f commit ef75014Copy full SHA for ef75014
.circleci/main.yml
@@ -73,7 +73,7 @@ commands:
73
version:
74
description: "Version of Singularity to clone"
75
type: string
76
- default: v3.7.2
+ default: v3.8.7
77
steps:
78
- install-singularity-requirements
79
- restore_cache:
@@ -84,7 +84,7 @@ commands:
84
command: |
85
if [[ ! -d singularity-<< parameters.version >> ]]
86
then
87
- git clone -b << parameters.version >> https://github.com/sylabs/singularity singularity-<< parameters.version >>
+ git clone -b << parameters.version >> https://github.com/apptainer/singularity singularity-<< parameters.version >>
88
fi
89
- save_cache:
90
key: singularity-<< parameters.version >>
0 commit comments