From 79adf217f4ca94fdfeb8a190fc7dc49fd26254dd Mon Sep 17 00:00:00 2001 From: Ophestra Date: Tue, 6 Jan 2026 04:36:01 +0900 Subject: internal/pkg: implement exec artifact This runs a program in a container environment. Artifacts can be made available to the container, they are cured concurrently and mounted in order. Signed-off-by: Ophestra --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index fbc14bdf..b453a2a0 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,7 @@ go.work.sum # go generate /cmd/hakurei/LICENSE +/internal/pkg/testdata/testtool # release /dist/hakurei-* -- cgit v1.3.1