Skip to content

Commit

Permalink
Temporarily disable neurodesk
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Apr 30, 2024
1 parent 64f1937 commit 501bffe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/create_singularities
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,8 @@ def main(push: bool, githubids: list[str]|None) -> None:
builder.generate_singularity_for_docker_namespace("brainiak", only_good_versions=True)

# Custom: neurodesk singularity images
builder.add_neurodesk_singularity_images()
# TEMP: disabled while CDN is "migrating"
# builder.add_neurodesk_singularity_images()

builder.runcmd("git", "pull") # to possibly merge remote changes
if push:
Expand Down

0 comments on commit 501bffe

Please sign in to comment.