Skip to content

Commit

Permalink
fix: correct REPO_ORG from CSVD to SCT-Engineering
Browse files Browse the repository at this point in the history
The terraform-eks-deployment repo lives in SCT-Engineering, not CSVD.
CSVD would have caused git clone 404 in CodeBuild.
  • Loading branch information
Your Name committed Apr 6, 2026
1 parent c8525b4 commit 10680f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:
TF_VERSION: "1.9.0"
ASSETS_BUCKET: "csvd-packer-pipeline-assets"
REPO_HOST: "github.e.it.census.gov"
REPO_ORG: "CSVD"
REPO_ORG: "SCT-Engineering"
REPO_NAME: "terraform-eks-deployment"
# Disable TLS verification for Census GHE (Census CA cert not trusted by default)
GIT_SSL_NO_VERIFY: "true"
Expand Down

0 comments on commit 10680f6

Please sign in to comment.