Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit040ce40

Browse files
authored
fix(dogfood): add ability to synchronize with startup script via done file (#12058)
1 parentd8a8070 commit040ce40

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎dogfood/main.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,10 @@ resource "coder_agent" "dev" {
262262
startup_script_timeout=60
263263
startup_script=<<-EOT
264264
set -eux -o pipefail
265+
266+
# Allow synchronization between scripts.
267+
trap 'touch /tmp/.coder-startup-script.done' EXIT
268+
265269
# Start Docker service
266270
sudo service docker start
267271
# Install playwright dependencies

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp