Skip to content
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

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

Merged
merged 13 commits into from
May 17, 2024
Prev Previous commit
Next Next commit
debugging gha
  • Loading branch information
tclose committed May 17, 2024
commit 740c333dc1a83c16a98e8e8161659e15f39cc686
1 change: 1 addition & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
@@ -23,6 +23,7 @@ jobs:
LATEST=$(curl -s https://api.github.com/repos/nipype/pydra-tasks-template/releases/latest | grep tag_name | awk -F\" '{print $4}')
curl -Lo pydra-task-template.tar.gz https://github.com/nipype/pydra-tasks-template/archive/refs/tags/$LATEST.tar.gz
tar xzf pydra-task-template.tar.gz
ls
mv pydra-tasks-template-* $HOME/pydra-tasks-template

- uses: actions/upload-artifact@v4
Loading