We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 511dd83 commit 3295d9bCopy full SHA for 3295d9b
nipype-auto-conv/generate
@@ -16,7 +16,7 @@ echo "Apply latest changes to nipype-auto-conv specs to auto-conv branch..."
16
git fetch origin auto-conv || echo "Wasn't able to fetch origin/auto-conv, please check your internet connection"
17
git checkout -b ${CURRENT_BRANCH}-auto-conv
18
git reset origin/auto-conv
19
-git add $conv_dir/nipype-auto-conv
+git add $conv_dir/specs
20
git commit -m "Update auto-conv specs with latest changes from '$CURRENT_BRANCH'"
21
# Ignore any other changes outside the auto-conv directory
22
git reset --hard HEAD
0 commit comments