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
gh db
  • Loading branch information
tclose committed May 17, 2024
commit a72f1e7df36aa0099a49fd5594fc7b4ee59f44a3
4 changes: 3 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
tar xzf pydra-tasks-template.tar.gz
rm pydra-tasks-template.tar.gz
mv pydra-tasks-template-${LATEST#v} pydra-tasks-template
tar czf /pydra-tasks-template.tar.gz pydra-tasks-template
tar czf pydra-tasks-template.tar.gz pydra-tasks-template
echo $PWD
ls

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