Closed yeunkim closed 1 year ago
hey @yeunkim
thanks for reaching out
Given that several of the BIDS maintainers are following the several repos in in the bids app organization you can also just ping us when opening an issue in your repo.
Given that I am the one who made a lot of changes to many circle CI workflows recently to "get them back online" (they had not been running for years for many repo), it is pretty much due that that some of those CI no show red.
Will have a look at your repo.
@yeunkim things are looking better let's see if the latest build in circle CI finishes
related to Brainsuite: is there a reason why it is not listed on our board of bids apps?
https://bids-apps.neuroimaging.io/apps/
If not I can make the relevant changes to add it
@Remi-Gau
Awesome, thank you! Looking good so far.
I'm not sure why it's not on there, but we would love to be part of the board!
It worked and the docker image got pushed on docker hub as "unstable": https://hub.docker.com/layers/bids/brainsuite/unstable/images/sha256-dc2c33436a079e49e64c52ce9e9fd4aa0eb9c5569621b909bcf63d583f147ca0?context=explore
when you make a release in the github repo it should push an image with the version tag and with the latest tag.
Will close this issue and open another to remember to add it to the board.
I'm running tests on CircleCI for BrainSuite BIDS App and I have been running into this error:
I believe it can't find the /tmp directory inside the CircleCI container (not the bids app container). Do you have any suggestions? Current config.yml is located in bids-apps/BrainSuite/.circleci/config.yml (https://github.com/bids-apps/BrainSuite/blob/master/.circleci/config.yml).
I hope this is the correct place to post this issue, but if not, please let me know where the appropriate place is would be to post CircleCI testing issues for bids apps.
Thank you!