Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
cd to coder repo dir
  • Loading branch information
matifali authored Jul 16, 2023
commit c02bbe54e759b0cdb2220cc18d4adc0fce0cfcb4
1 change: 1 addition & 0 deletions dogfood/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ resource "coder_agent" "dev" {
elif [ -f ~/personalize ]; then
echo "~/personalize is not executable, skipping..." | tee -a ~/.personalize.log
fi
cd ${data.coder_parameter.repo_dir.value}
EOT
}

Expand Down