Skip to content

Commit

Permalink
[fix] update Sylabs Singularity token in CircleCI
Browse files Browse the repository at this point in the history
Sylabs Singularity token varible needed to be updated to most recent
token in CircleCI context.
  • Loading branch information
jono3030 committed Jan 31, 2023
1 parent 2de9e9c commit dcc9e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
# Change permissions for code directory for any Singularity user
sed -i '/#STOPUNCOMMENT#/a # Change permissions for code dir\nchmod -R 777 /code' miracl.def && \
# Log in to cloud.sylabs.io
echo $SYLABS_TOKEN_JAN_25_2023 > tokenfile && \
echo $SYLABS_TOKEN_JAN_30_2023 > tokenfile && \
singularity remote login -u aiconslab --tokenfile tokenfile && \
# Setting trap in case image cannot be deleted
set -e
Expand Down

0 comments on commit dcc9e1d

Please sign in to comment.