8000 moved download of task template into separate job to avoid issues wit… by tclose · Pull Request #19 · nipype/nipype2pydra · GitHub
[go: up one dir, main page]

Skip to content

moved download of task template into separate job to avoid issues wit… #19

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
May 17, 2024
Merged
Prev Previous commit
Next Next commit
gha action debug
  • Loading branch information
tclose committed May 17, 2024
commit bfcf0cfc3437a3bfcbb70f41367f4716c7058550
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
curl -Lo pydra-tasks-template.tar.gz https://github.com/nipype/pydra-tasks-template/archive/refs/tags/$LATEST.tar.gz
tar xzf pydra-tasks-template.tar.gz
ls
mv pydra-tasks-template-$LATEST $HOME/pydra-tasks-template
mv pydra-tasks-template-${LATEST#v} $HOME/pydra-tasks-template
ls $HOME

- uses: actions/upload-artifact@v4
Expand Down
0