woodpecker/pipeline/backend/local
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
..
clone.go Fix CI_WORKSPACE in local backend (#2627) 2023-10-23 12:54:10 +02:00
command.go local backend ignore errors in commands inbetween (#2636) 2023-10-28 13:38:47 +02:00
const.go Fix CI_WORKSPACE in local backend (#2627) 2023-10-23 12:54:10 +02:00
const_test.go Add some tests (#2652) 2023-10-28 13:37:54 +02:00
flags.go Make sure we dont have hidden options for backend and pipeline compiler (#2123) 2023-08-07 21:13:26 +02:00
local.go local backend ignore errors in commands inbetween (#2636) 2023-10-28 13:38:47 +02:00