This message was deleted.
# general
s
This message was deleted.
g
The
pulumi
application looks for a
Pulumi.yaml
(and other files I believe) to determine the current project. Do you have that in the current working directory within the Docker container? Can you run
ls -al
or
tree
as the command in the container to make sure you're running from the directory you expect?
m
I do not have a Pulumi.yaml, this is part of a step in a CI pipeline.
b
@melodic-alarm-79754 if you dont have a pulumi.yaml, what are you actually running?
m
I created the Pulumi.yaml just so it knows that there is already a project "x" with the stack "test". Now it works .
I also had to use pulumi/pulumi and not pulumi/pulumi-python because helm is not installed .