Skip to content

chore(examples): Add login_before_ready and startup_script_timeout #5880

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Jan 27, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove one more shebang
  • Loading branch information
mafredri committed Jan 27, 2023
commit 921e67907fd23c0ec0383a4084da77f6fb2500dd
3 changes: 1 addition & 2 deletions dogfood/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ resource "coder_agent" "dev" {
delay_login_until_ready = true
startup_script_timeout = 60
startup_script = <<-EOT
#!/bin/sh
set -x
set -ex
# install and start code-server
curl -fsSL https://code-server.dev/install.sh | sh -s -- --version 4.8.3
code-server --auth none --port 13337 &
Expand Down