File tree 1 file changed +7
-10
lines changed
1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -111,23 +111,20 @@ jobs:
111
111
workload_identity_provider : projects/573722524737/locations/global/workloadIdentityPools/github/providers/github
112
112
service_account : coder-ci@coder-dogfood.iam.gserviceaccount.com
113
113
114
- - name : Terraform init and validate coder template
114
+ - name : Terraform init and validate
115
115
run : |
116
- cd dogfood/coder
116
+ pushd dogfood/
117
117
terraform init -upgrade
118
118
terraform validate
119
- cd contents
119
+ popd
120
+ pushd coder/contents
120
121
terraform init -upgrade
121
122
terraform validate
122
-
123
- - name : Terraform init and validate coder-envbuilder template
124
- run : |
125
- cd dogfood/coder-envbuilder
126
- terraform init -upgrade
127
- terraform validate
128
- cd contents
123
+ popd
124
+ pushd coder-envbuilder/contents
129
125
terraform init -upgrade
130
126
terraform validate
127
+ popd
131
128
132
129
- name : Get short commit SHA
133
130
if : github.ref == 'refs/heads/main'
You can’t perform that action at this time.
0 commit comments