Skip to content

Commit 555e76a

Browse files
authored
change test to niimath
1 parent 410a009 commit 555e76a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test_neurocommand.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,25 +17,25 @@ echo "where am I"
1717
pwd
1818
bash build.sh --cli --lxde
1919
bash containers.sh all
20-
bash /home/runner/work/neurocommand/neurocommand/local/fetch_containers.sh itksnap 3.8.0 20200811 itksnap /MRIcrop-orig.gipl
20+
bash /home/runner/work/neurocommand/neurocommand/local/fetch_containers.sh niimath 1.0.0 20240902 niimath
2121

2222

2323
# check if container file exists
24-
if [ -f /home/runner/work/neurocommand/neurocommand/local/containers/itksnap_3.8.0_20200811/itksnap_3.8.0_20200811.simg ]; then
24+
if [ -f /home/runner/work/neurocommand/neurocommand/local/containers/niimath_1.0.0_20240902/niimath_1.0.0_20240902.simg ]; then
2525
echo "[DEBUG]: test_neurocommand.sh Container file exists"
2626
else
2727
echo "[DEBUG]: test_neurocommand.sh Container file does not exist! Something went wrong when downloading."
2828
exit 1
2929
fi
3030

3131
# check if transparent singularity generated executable output file:
32-
FILE="/home/runner/work/neurocommand/neurocommand/local/containers/itksnap_3.8.0_20200811/itksnap"
32+
FILE="/home/runner/work/neurocommand/neurocommand/local/containers/niimath_1.0.0_20240902/niimath"
3333
if [ -f $FILE ];then
3434
echo "[DEBUG]: test_neurocommand.sh $FILE exists."
3535
else
3636
echo "[DEBUG]: test_neurocommand.sh $FILE doesn't exist. Something went wrong with transparent singularity. Trying again."
37-
rm -rf /home/runner/work/neurocommand/neurocommand/local/containers/itksnap_3.8.0_20200811/itksnap_3.8.0_20200811.simg
38-
bash /home/runner/work/neurocommand/neurocommand/local/fetch_containers.sh itksnap 3.8.0 20200811 itksnap /MRIcrop-orig.gipl
37+
rm -rf /home/runner/work/neurocommand/neurocommand/local/containers/niimath_1.0.0_20240902/niimath_1.0.0_20240902.simg
38+
bash /home/runner/work/neurocommand/neurocommand/local/fetch_containers.sh niimath 1.0.0 20240902 niimath
3939
if [ -f $FILE ];then
4040
echo "[DEBUG]: test_neurocommand.sh $FILE exists."
4141
else

0 commit comments

Comments
 (0)