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

Drop Docker wrapper #52

Merged
merged 2 commits into from
Aug 16, 2024
Merged

Drop Docker wrapper #52

merged 2 commits into from
Aug 16, 2024

Conversation

tsalo
Copy link
Member

@tsalo tsalo commented Aug 14, 2024

Related to #50.

Changes proposed in this pull request

  • Remove the Docker wrapper and documentation related to it.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 32.17%. Comparing base (667c5de) to head (fc4c1a3).

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.
📢 Have feedback on the report? Share it here.

@tsalo tsalo merged commit 9ab7939 into main Aug 16, 2024
17 checks passed
@tsalo tsalo deleted the fix-deployment branch August 16, 2024 14:13
@@ -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
Copy link
Contributor

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

Copy link
Contributor

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

@tsalo tsalo mentioned this pull request Aug 16, 2024
mattcieslak pushed a commit that referenced this pull request Aug 16, 2024
* Drop the Docker and Singularity wrappers.

* Keep dropping wrappers.
mattcieslak pushed a commit that referenced this pull request Aug 16, 2024
* Drop the Docker and Singularity wrappers.

* Keep dropping wrappers.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants