Record docker build output in database

This commit is contained in:
2023-02-24 23:00:10 -07:00
parent b475631df6
commit 6fee5aa268
3 changed files with 20 additions and 1 deletions
+1
View File
@@ -149,6 +149,7 @@ CREATE TABLE runs (
id UUID PRIMARY KEY,
pipeline UUID,
in_progress BOOLEAN DEFAULT NULL,
build_output TEXT DEFAULT NULL,
result BIGINT DEFAULT NULL,
stdout TEXT DEFAULT NULL,
stderr TEXT DEFAULT NULL,