Monorepo for Tangled tangled.org

spindle/engines/nixery: add workflow id to container labels

Adding the repo name there would've been useful but it's not readily
available within SetupWorkflow. We'll... figure out how to add that
later.

Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>

anirudh.fi 612bc427 e7b51821

verified
Changed files
+3
spindle
engines
nixery
+3
spindle/engines/nixery/engine.go
··· 201 201 Tty: false, 202 202 Hostname: "spindle", 203 203 WorkingDir: workspaceDir, 204 + Labels: map[string]string{ 205 + "sh.tangled.pipeline/workflow_id": wid.String(), 206 + }, 204 207 // TODO(winter): investigate whether environment variables passed here 205 208 // get propagated to ContainerExec processes 206 209 }, &container.HostConfig{