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
fix dirs
  • Loading branch information
johnstcn committed Mar 11, 2025
commit 4b38f40d9a24bba737e74e54fb0a9ab57857e1c0
17 changes: 7 additions & 10 deletions .github/workflows/dogfood.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,23 +111,20 @@ jobs:
workload_identity_provider: projects/573722524737/locations/global/workloadIdentityPools/github/providers/github
service_account: coder-ci@coder-dogfood.iam.gserviceaccount.com

- name: Terraform init and validate coder template
- name: Terraform init and validate
run: |
cd dogfood/coder
pushd dogfood/
terraform init -upgrade
terraform validate
cd contents
popd
pushd coder/contents
terraform init -upgrade
terraform validate

- name: Terraform init and validate coder-envbuilder template
run: |
cd dogfood/coder-envbuilder
terraform init -upgrade
terraform validate
cd contents
popd
pushd coder-envbuilder/contents
terraform init -upgrade
terraform validate
popd

- name: Get short commit SHA
if: github.ref == 'refs/heads/main'
Expand Down