Skip to content

Commit c63dcf1

Browse files
authored
fix(dogfood): Enable pipefail for startup_script (coder#6017)
1 parent a5f3f02 commit c63dcf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dogfood/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ resource "coder_agent" "dev" {
6464
login_before_ready = false
6565
startup_script_timeout = 60
6666
startup_script = <<-EOT
67-
set -ex
67+
set -eux -o pipefail
6868
# install and start code-server
6969
curl -fsSL https://code-server.dev/install.sh | sh -s -- --version 4.8.3
7070
code-server --auth none --port 13337 &

0 commit comments

Comments
 (0)