Commit graph

10 commits

Author SHA1 Message Date
pat-s
98450c4c44
. 2024-10-02 01:49:03 +02:00
pat-s
e8353ac0fa
rev 2024-10-02 01:02:29 +02:00
pat-s
0956e0179e
chmod 775 2024-10-02 00:51:14 +02:00
pat-s
c1a72d9036
rev 2024-10-01 23:44:28 +02:00
pat-s
21ba0910a9
also remove from windows 2024-10-01 23:28:45 +02:00
renovate[bot]
251129a29c
fix(deps): update golang-packages (#3958)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: qwerty287 <qwerty287@posteo.de>
2024-07-22 18:18:26 +02:00
Robert Kaussow
89e100cfd1
Add godot linter to harmonitze toplevel comments (#3650) 2024-05-13 22:58:21 +02:00
6543
5b3bba726d
local backend ignore errors in commands inbetween (#2636)
for normal posix shells we have to add the `-e ` option ... but as there
are more shells out there we have to handle this edgecases on base per
base case.

create a switch case statement in woodpecker should be fine as there is
only a finite number of shells, used in production.

also close  #2612

---
*Sponsored by Kithara Software GmbH*
2023-10-28 13:38:47 +02:00
6543
e8490a757f
GenerateScript should not return encoded script (#1397)
followup to #1395
2022-11-06 13:36:34 +01:00
6543
b15ca52a63
Move constrain to only have a single command in backend to run to dedicated backends (#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
2022-10-31 00:26:49 +01:00
Renamed from pipeline/frontend/yaml/compiler/script_posix.go (Browse further)