mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-11-02 02:26:15 +00:00
restart build by clearing prior procs and logs
This commit is contained in:
@@ -39,3 +39,7 @@ SELECT
|
||||
FROM files
|
||||
WHERE file_proc_id = $1
|
||||
AND file_name = $2
|
||||
|
||||
-- name: files-delete-build
|
||||
|
||||
DELETE FROM files WHERE file_build_id = $1
|
||||
|
||||
Reference in New Issue
Block a user