sparse-intern-71089
08/14/2020, 5:28 PMmillions-furniture-75402
08/14/2020, 5:33 PM.pulumi/ci.json
for each project in the repo, not at the repo root.millions-furniture-75402
08/14/2020, 6:59 PMerror: no Pulumi.yaml found; please run this command in a project directory
No stack configured for branch 'master'
To configure this branch, please
1) Run 'pulumi stack init <stack-name>'
2) Associated the stack with the branch by adding
{
"master": "<stack-name>"
}
to your .pulumi/ci.json file
For now, exiting cleanly without doing anything...
millions-furniture-75402
08/14/2020, 7:44 PMPULUMI_ROOT
and explicitly setting --stack
instead of using on a ci.json:
https://github.com/pulumi/pulumi/blob/efe7a599e65637378b9ceeac125386b5effd0d68/dist/actions/entrypoint.sh#L50-L51
I tried using --cwd
but it did not work with the action.