File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -17,22 +17,16 @@ git fetch origin auto-conv || echo "Wasn't able to fetch origin/auto-conv, pleas
1717git checkout -b ${CURRENT_BRANCH} -auto-conv
1818git reset origin/auto-conv
1919git add $conv_dir /specs
20- git commit -m " Update auto-conv specs with latest changes from '$CURRENT_BRANCH '"
20+ git commit -m " Update auto-conv specs with latest changes from '$CURRENT_BRANCH '" || echo true
2121# Ignore any other changes outside the auto-conv directory
2222git reset --hard HEAD
2323
24-
2524echo " Running nipype2pydra conversion..."
2625nipype2pydra convert $conv_dir /specs $conv_dir /..
2726
28-
2927echo " Committing converted tasks to ${CURRENT_BRANCH} -auto-conv..."
3028git add pydra/tasks/ants
31- git commit -m " Auto-converted Nipype tasks to Pydra tasks"
32-
33- echo " Updating auto-conv branch with latest changes..."
34- git checkout auto-conv
35- git merge --ff-only ${CURRENT_BRANCH} -auto-conv
29+ git commit -m " Auto-converted Nipype tasks to Pydra tasks" || echo true
3630
3731echo " Rebasing '$CURRENT_BRANCH ' to apply changes..."
3832git checkout $CURRENT_BRANCH
You can’t perform that action at this time.
0 commit comments