From 8afa18dec131ef69e7680e011085338fb2063c6c Mon Sep 17 00:00:00 2001 From: tituscarl Date: Fri, 29 Aug 2025 16:10:56 +0800 Subject: [PATCH] ci skip: add done --- subcmds/run.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/subcmds/run.go b/subcmds/run.go index c3b9109..14b6c09 100644 --- a/subcmds/run.go +++ b/subcmds/run.go @@ -131,7 +131,7 @@ func run(ctx context.Context, done chan error) { glog.Infof("Running on [%v]", internal.Uname()) orgId := os.Getenv("ORG_ID") - if orgId == "" { + if orgId == "" || orgId == "${ORG_ID}" { orgId = "temp" } @@ -1008,6 +1008,7 @@ func run(ctx context.Context, done chan error) { "container_name", // empty string if !k8s "container_image", // empty string if !k8s "content", + "done", "created_at", } vals := []any{ @@ -1022,6 +1023,7 @@ func run(ctx context.Context, done chan error) { containerName, containerImage, internal.Readable(event.Buf[:], max(event.ChunkLen, 0)), + false, "COMMIT_TIMESTAMP", } mut := internal.SpannerPayload{