chore: bun fmt
This commit is contained in:
parent
4d1814a191
commit
b9d352e1ad
@ -75,7 +75,11 @@ const setup = async (props?: SetupProps): Promise<{ id: string }> => {
|
|||||||
// Write the test start script directly to the module scripts dir,
|
// Write the test start script directly to the module scripts dir,
|
||||||
// since start_script is no longer a Terraform variable.
|
// since start_script is no longer a Terraform variable.
|
||||||
const startScript = await loadTestFile(import.meta.dir, "agentapi-start.sh");
|
const startScript = await loadTestFile(import.meta.dir, "agentapi-start.sh");
|
||||||
await execContainer(id, ["bash", "-c", `mkdir -p /home/coder/${moduleDirName}/scripts`]);
|
await execContainer(id, [
|
||||||
|
"bash",
|
||||||
|
"-c",
|
||||||
|
`mkdir -p /home/coder/${moduleDirName}/scripts`,
|
||||||
|
]);
|
||||||
await writeExecutable({
|
await writeExecutable({
|
||||||
containerId: id,
|
containerId: id,
|
||||||
filePath: `/home/coder/${moduleDirName}/scripts/agentapi-start.sh`,
|
filePath: `/home/coder/${moduleDirName}/scripts/agentapi-start.sh`,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user