mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
fix: update coder dotfiles in dogfood (#5451)
I wasn't calling the environment variable I set.
This commit is contained in:
@ -54,7 +54,7 @@ resource "coder_agent" "dev" {
|
|||||||
sudo service docker start
|
sudo service docker start
|
||||||
DOTFILES_URI=${var.dotfiles_uri}
|
DOTFILES_URI=${var.dotfiles_uri}
|
||||||
if [ -n "$DOTFILES_URI" ]; then
|
if [ -n "$DOTFILES_URI" ]; then
|
||||||
coder dotfiles var.dotfiles_uri -y 2>&1 | tee ~/.personalize.log
|
coder dotfiles "$DOTFILES_URI" -y 2>&1 | tee ~/.personalize.log
|
||||||
fi
|
fi
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user