Skip to content

Commit

Permalink
Also temporarily skip the pennlinc toy
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Jul 30, 2023
1 parent 36ebe89 commit 370be0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create_singularities
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ export LC_ALL="C.UTF-8"
if self.githubids and githubid not in self.githubids:
log.info("skip %s", githubid)
return
if dockerhubid == "djarecka/fmriprep_fake":
if dockerhubid in ("djarecka/fmriprep_fake", "pennlinc/toy_bids_app"):
log.info("TEMP TODO skip %s due to odd OCI issue ATM with old singularity", dockerhubid)
return
log.info("%s <- docker %s", family, dockerhubid)
Expand Down

0 comments on commit 370be0f

Please sign in to comment.