Skip to content

Commit c63dcf1

Browse files
authored
fix(dogfood): Enable pipefail for startup_script (#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

Lines changed: 1 addition & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy