smainz
smainz
Doesn't #2073 fix this?
I have to add, it does not happen when calling the dron-ssh binary (built from latest master), but unfortunately this does not help. ``` drone-ssh$ ./drone-ssh -H 10.0.0.6 -u data...
One more which may be easier to reproduce: ``` SSH_SCRIPT="echo a,b,c" ./drone-ssh -H 10.0.0.6 -u data -p 2225 -ssh-key "$PLUGIN_KEY" ======CMD====== echo a b c ======END====== ======ENV====== ======END====== out: a...
After debugging a bit I have to see that drone concatenates every line in the array using a comma, so there is probably no solution but the provide some kind...
Sorry for answering late, but this does not work eigher, even tries double in singe quotes From the code i think the problem can not be resolved.
Is ths going to be merged? I made a similar change for repos hosted on gitea (of course using a different code systematic). If this is the way to go,...
Hi, I tried to push this a bit further in #1941 Config would be: ```toml # Repository configuration (URLs for in-page links to opening issues and suggesting changes) [params.repo] #...
Is it too late to contribute? My concern is that there is no destiction between the execution of something and the definition of something. One point of view (without knowing...
Why is this different: - "Steps can be executed in parallel" - "Workflows can depend on each other and are executed in parallel if possible" Only because today you have...
can you provide the relevant urls? ``` {{ $viewURL := printf "%s/src/branch/%s" .repo.url .repo_path -}} {{ $editURL := printf "%s/_edit/%s" .repo.url .repo_path -}} {{ $issuesURL := printf "%s/issues/new?title=%s" .repo.url (safeURL...