Skip to content

Commit 6f9c950

Browse files
committed
fix pushd/popd
1 parent f9b3552 commit 6f9c950

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dogfood.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,11 @@ jobs:
117117
terraform init
118118
terraform validate
119119
popd
120-
pushd coder
120+
pushd dogfood/coder
121121
terraform init
122122
terraform validate
123123
popd
124-
pushd coder-envbuilder
124+
pushd dogfood/coder-envbuilder
125125
terraform init
126126
terraform validate
127127
popd

0 commit comments

Comments
 (0)