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

fix(cli): do not pass the force-build flag to docker #3641

Merged
merged 3 commits into from Nov 9, 2023

Conversation

Panaetius
Copy link
Member

Fixes #3612

@coveralls
Copy link
Collaborator

coveralls commented Oct 16, 2023

Pull Request Test Coverage Report for Build 6810240853

Warning: This coverage report may be inaccurate.

We've detected an issue with your CI configuration that might affect the accuracy of this pull request's coverage report.
To ensure accuracy in future PRs, please see these guidelines.
A quick fix for this PR: rebase it; your next report should be accurate.

  • 1 of 2 (50.0%) changed or added relevant lines in 1 file are covered.
  • 3 unchanged lines in 3 files lost coverage.
  • Overall coverage decreased (-0.01%) to 82.838%

Changes Missing Coverage Covered Lines Changed/Added Lines %
renku/core/session/docker.py 1 2 50.0%
Files with Coverage Reduction New Missed Lines %
renku/core/workflow/activity.py 1 93.61%
renku/ui/cli/init.py 1 96.9%
renku/ui/cli/service.py 1 28.57%
Totals Coverage Status
Change from base Build 6800487347: -0.01%
Covered Lines: 25452
Relevant Lines: 30725

💛 - Coveralls

@Panaetius Panaetius merged commit ff5e8f6 into develop Nov 9, 2023
25 of 28 checks passed
@Panaetius Panaetius deleted the fix/3612-docker-force-build-flag branch November 9, 2023 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

the --force-build flag should not be in the docker section
3 participants