From: Simon Ruderich Date: Sun, 22 Feb 2026 16:37:22 +0000 (+0100) Subject: Fix outdated reference to /script in comment X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=2e5e5e1bf45776b43ea404afade8784222fd780f;p=punyci%2Fpunyci.git Fix outdated reference to /script in comment --- diff --git a/job.go b/job.go index 32da08d..e533bc2 100644 --- a/job.go +++ b/job.go @@ -40,10 +40,10 @@ func RunJob(wg *sync.WaitGroup, tmp string, info Info, return err } - // Start container but do not run /script yet. We need a way to a) sleep - // in case of an error so the user can analyze the failure and b) detect - // when /script terminates. The simplest solution is to run /script using - // exec while the container just sleeps forever. + // Start container but do not run the script yet. We need a way to a) + // sleep in case of an error so the user can analyze the failure and b) + // detect when the script terminates. The simplest solution is to run the + // script using exec while the container just sleeps forever. cmd := exec.Command("podman", "run", "--rm", "--detach", "--pull", "newer", "--log-driver", "none", // don't log to journal