Pushing template from CI/CD
Hi guys,
I'm having trouble pushing new template from Gitlab pipeline. This is the relevant stage:
Which errors out 'cause it can't find configuration files, but the files are definitely there. I'm working in the current directory, and I can cat .tf file just fine.
Note that I'm logged in, and can list templates.
To make the problem stranger, this pipeline works if I run it with
sleep inifinity
, connect to instance running the job, and manually execute push command.
It also works when run locally with gitlab-ci-local.
Coder server & cli version: v2.22.1+8708d81
4 Replies