We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 993ff6e commit ee278e0Copy full SHA for ee278e0
bootstrap/runner.py
@@ -191,7 +191,7 @@ def init_gitlab(
191
TF_VAR_service_slug=service_slug,
192
)
193
state_path = Path(terraform_dir) / "state.tfstate"
194
- cwd = Path("terraform")
+ cwd = Path(__file__).parent.parent / "terraform"
195
logs_dir = Path(logs_dir) / service_slug / "terraform"
196
os.makedirs(logs_dir)
197
init_log_path = logs_dir / "init.log"
0 commit comments