Skip to content

Commit

Permalink
it is always a path issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Aug 30, 2023
1 parent 0f069fb commit 765a747
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
group2 \
--license_file=/license.txt
sudo mv ${HOME}/data/ds114_test1_freesurfer_precomp_v6.0.0/00_group* ${HOME}/outputs1/
sudo mv /tmp/workspace/data/ds114_test1_freesurfer_precomp_v6.0.0/00_group* ${HOME}/outputs1/
cat ${HOME}/outputs1/00_group2_stats_tables/lh.aparc.thickness.tsv
cat ${HOME}/outputs1/00_group2_stats_tables/euler.tsv
Expand All @@ -170,7 +170,7 @@ jobs:
/bids_dataset /outputs group2 \
--license_file=/license.txt
sudo mv ${HOME}/data/ds114_test2_freesurfer_precomp_v6.0.0/00_group* ${HOME}/outputs2/
sudo mv /tmp/workspace/data/ds114_test2_freesurfer_precomp_v6.0.0/00_group* ${HOME}/outputs2/
cat ${HOME}/outputs2/00_group2_stats_tables/lh.aparc.thickness.tsv
cat ${HOME}/outputs2/00_group2_stats_tables/euler.tsv
Expand Down

0 comments on commit 765a747

Please sign in to comment.