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 34a6b04 commit bcbea1bCopy full SHA for bcbea1b
.github/workflows/ci-cd.yml
@@ -69,7 +69,7 @@ jobs:
69
sudo chown -R $USER $MRTRIX_HOME
70
git clone https://github.com/tclose/mrtrix3.git $MRTRIX_HOME/src
71
cd $MRTRIX_HOME/src
72
- git checkout pydra-usage-python-cmd
+ git checkout pydra-usage-new-syntax
73
git tag -a $MRTRIX_VERSION -m"Tag used to create a pydra-mrtrix3 release"
74
git describe --abbrev=0
75
# echo "MRTRIX_VERSION=$(git describe --tags --abbrev=0)" >> $GITHUB_ENV
0 commit comments