8000 on startup actually · coder/coder@25aed29 · GitHub
[go: up one dir, main page]

Skip to content

Commit 25aed29

Browse files
committed
on startup actually
1 parent 21dbd3d commit 25aed29

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

dogfood/contents/main.tf

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -342,15 +342,8 @@ resource "coder_agent" "dev" {
342342
while ! [[ -f "${local.repo_dir}/site/package.json" ]]; do
343343
sleep 1
344344
done
345-
make clean
346-
cd "${local.repo_dir}/site" && pnpm install && pnpm playwright:install
347-
EOT
348-
349-
shutdown_script = <<-EOT
350-
#!/usr/bin/env bash
351-
set -eux -o pipefail
352-
353345
cd "${local.repo_dir}" && make clean
346+
cd "${local.repo_dir}/site" && pnpm install && pnpm playwright:install
354347
EOT
355348
}
356349

0 commit comments

Comments
 (0)
0