-
-
Notifications
You must be signed in to change notification settings - Fork 371
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
CLI: remove step logs #3458
CLI: remove step logs #3458
Conversation
Co-authored-by: 6543 <[email protected]>
Well you still have to adjust the code as So instead of:
use
|
TLDR: Made separate library call. Should not be a breaking too.
Looks like it is not many step IDs, but any optional argument. So, I could make it
Next question is why are optional args integers only? Then it should be
Then we should distinct that arguments somehow. So, it probably would be a map (argName:argValue). |
e67b605
to
ab16abe
Compare
@zc-devs I updated the branch and resolved the conflicts. Is it ready for review? |
Let's try. Add |
Done, triggers on next commit |
Deployment of preview was successful: https://woodpecker-ci-woodpecker-pr-3458.surge.sh |
Co-authored-by: qwerty287 <[email protected]>
@zc-devs Format check fails, please run |
On top of woodpecker-ci#3451, addresses [PR note](woodpecker-ci#3451 (comment)) related to woodpecker-ci#1100 Not tested. --------- Co-authored-by: 6543 <[email protected]> Co-authored-by: qwerty287 <[email protected]> Co-authored-by: qwerty287 <[email protected]>
On top of #3451, addresses PR note
related to #1100
Not tested.