woodpecker/pipeline/backend/common
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
..
script.go local backend ignore errors in commands inbetween (#2636) 2023-10-28 13:38:47 +02:00
script_posix.go local backend ignore errors in commands inbetween (#2636) 2023-10-28 13:38:47 +02:00
script_posix_test.go local backend ignore errors in commands inbetween (#2636) 2023-10-28 13:38:47 +02:00
script_win.go GenerateScript should not return encoded script (#1397) 2022-11-06 13:36:34 +01:00