-
-
Notifications
You must be signed in to change notification settings - Fork 383
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
Move constrain to only have a single command in backend to run to dedicated backends #1032
Move constrain to only have a single command in backend to run to dedicated backends #1032
Conversation
e74b33a
to
ca7c1ef
Compare
Sounds nice. My idea for the docker backend was to run each command step with |
Codecov ReportBase: 45.08% // Head: 44.93% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #1032 +/- ##
==========================================
- Coverage 45.08% 44.93% -0.15%
==========================================
Files 138 138
Lines 9988 9959 -29
==========================================
- Hits 4503 4475 -28
- Misses 5209 5211 +2
+ Partials 276 273 -3
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
that can be next ... (and yes i had this also in mind ... and less overhead) |
Deployment of preview was successful: https://woodpecker-ci-woodpecker-pr-1032.surge.sh |
After the changes put in via 30f113f it's working on Kubernetes with the Kubernetes backend active |
ok now it's just a refactor and do not change any behavior at all |
…icated backends (woodpecker-ci#1032) at the moment we compile a script that we can pipe in as single command this is because of the constrains the docker backend gives us. so we move it into the docker backend and eventually get rid of it altogether
close woodpecker-ci#2054 as we missed at woodpecker-ci#1032 that it was mentioned at one point in the docs and so it was a breaking change
close woodpecker-ci#2054 as we missed at woodpecker-ci#1032 that it was mentioned at one point in the docs and so it was a breaking change
at the moment we compile a script that we can pipe in as single command
this is because of the constrains the docker backend gives us.
so we move it into the docker backend and eventually get rid of it altogether