-
Notifications
You must be signed in to change notification settings - Fork 7
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
Drop Docker wrapper #52
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #52 +/- ##
==========================================
- Coverage 32.18% 32.17% -0.01%
==========================================
Files 56 56
Lines 6937 6936 -1
Branches 917 917
==========================================
- Hits 2233 2232 -1
Misses 4610 4610
Partials 94 94 ☔ View full report in Codecov by Sentry. |
@@ -391,7 +391,6 @@ jobs: | |||
echo "the command ``git fetch --tags --verbose`` and push" | |||
echo "them to your fork with ``git push origin --tags``" | |||
fi | |||
sed -i -E "s/(__version__ = )'[A-Za-z0-9.-]+'/\1'${CIRCLE_TAG:-$THISVERSION}'/" wrapper/qsirecon_container/qsirecon_docker.py | |||
sed -i -E "s/(var version = )'[A-Za-z0-9.-]+'/\1'${CIRCLE_TAG:-$THISVERSION}'/" docs/citing.rst |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note to self: Change this in the docs PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file is gone in the docs PR
* Drop the Docker and Singularity wrappers. * Keep dropping wrappers.
* Drop the Docker and Singularity wrappers. * Keep dropping wrappers.
Related to #50.
Changes proposed in this pull request