Skip to content
Merged
Show file tree
Hide file tree
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
more fixups
  • Loading branch information
johnstcn committed Mar 11, 2025
commit eae0f0ddef00ca9c9c60925f5e10a86576764f9e
2 changes: 1 addition & 1 deletion dogfood/coder-envbuilder/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ data "coder_parameter" "devcontainer_repo" {
data "coder_parameter" "devcontainer_dir" {
type = "string"
name = "Devcontainer Directory"
default = "dogfood/coder/contents/"
default = "dogfood/coder/"
description = "Directory containing a devcontainer.json relative to the repository root"
mutable = true
}
Expand Down
2 changes: 1 addition & 1 deletion dogfood/coder/update-keys.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gpg_flags=(
--yes
)

pushd "$PROJECT_ROOT/dogfood/coder/contents/files/usr/share/keyrings"
pushd "$PROJECT_ROOT/dogfood/coder/files/usr/share/keyrings"

# Ansible PPA signing key
curl "${curl_flags[@]}" "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x6125e2a8c77f2818fb7bd15b93c4a3fd7bb9c367" |
Expand Down