mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
feat(dogfood): run personalize script (#5723)
This commit is contained in:
@@ -56,6 +56,9 @@ resource "coder_agent" "dev" {
|
||||
if [ -n "$DOTFILES_URI" ]; then
|
||||
coder dotfiles "$DOTFILES_URI" -y 2>&1 | tee ~/.personalize.log
|
||||
fi
|
||||
if [ -f ./personalize ]; then
|
||||
./personalize
|
||||
fi
|
||||
EOF
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user