Refactor command execution #3709
Unanswered
anbraten
asked this question in
Request a Feature
Replies: 4 comments 2 replies
-
Execute single command steps directly using |
Beta Was this translation helpful? Give feedback.
0 replies
-
Execute all commands directly using |
Beta Was this translation helpful? Give feedback.
1 reply
-
Use |
Beta Was this translation helpful? Give feedback.
1 reply
-
Stick to script and add something like |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently commands are executed using a shell script injected into the container and executed.
woodpecker/pipeline/backend/common/script.go
Line 32 in faf6b33
This could be removed to support some new possibilities:
/bin/sh
,echo
orbase64
Beta Was this translation helpful? Give feedback.
All reactions