devenv: export build logs
Signed-off-by: Solomon Hykes <sh.github.6811@hykes.org>
This commit is contained in:
parent
286d843a05
commit
2fd9ff5293
6
.dagger/env/dev/main.cue
vendored
6
.dagger/env/dev/main.cue
vendored
@ -46,6 +46,12 @@ build: {
|
|||||||
image: ctr
|
image: ctr
|
||||||
outputDir: "/binaries"
|
outputDir: "/binaries"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
logs: (io.#File & {
|
||||||
|
from: ctr
|
||||||
|
path: "/build.log"
|
||||||
|
read: format: "string"
|
||||||
|
}).read.data
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user