Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Jun 26, 2024
1 parent ff10ef3 commit 3085b21
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/cmd/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -228,10 +228,6 @@ async function spawnFluentCI(
pipeline,
...jobs.filter((x) => x !== "--remote-exec"),
],
/* cwd: `${dir(
"home"
)}/.fluentci/builds/${project_id}/${sha256}/${workDir}`,
*/
cwd,
stdout: "piped",
stderr: "piped",
Expand All @@ -246,11 +242,6 @@ async function spawnFluentCI(
pipeline,
...jobs.filter((x) => x !== "--remote-exec"),
],
/*
cwd: `${dir(
"home"
)}/.fluentci/builds/${project_id}/${sha256}/${workDir}`,
*/
cwd,
stdout: "piped",
stderr: "piped",
Expand Down Expand Up @@ -349,9 +340,6 @@ async function executeActions(
`fluentci run ${action.use_wasm ? "--wasm" : ""} ${
action.plugin
} ${cmd}`,
/*
`${dir("home")}/.fluentci/builds/${project_id}/${sha256}/${workDir}`
*/
cwd,
jobs[currentActionIndex].job_id,
logger,
Expand Down

0 comments on commit 3085b21

Please sign in to comment.