This message was deleted.
# general
s
This message was deleted.
f
looks like the postinstall script is failing. You could try to manually install the resource plugin by
pulumi plugin install
s
Got it @future-morning-96441. Where can I see the list of plugins I can install. In this case I need to install the
pulumi-nodejs
but I need the KIND and VERSION infos to install it.
f
I believe you can try just running
pulumi plugin install
- iirc we have this statement in our ci script and it tries to install the correct plugins
s
Unfortunately, the same issue is still happening @future-morning-96441
f
did
pulumi plugin install
print any errors? is
PULUMI_HOME
set as well, when the command gets executed?
s
Prints nothing, just finishes successfully and yes, the
PULUMI_HOME
is set to this command as well
It seems that the
PULUMI_HOME
is not being used for some reason.
f
is
pulumi plugin ls
showing some installed plugins?
s
It shows an empty list after the
pulumi plugin install
f
hm, I'm not sure how you could proceed from here. Did you find https://www.pulumi.com/docs/guides/continuous-delivery/azure-devops/ ?
We used bitbucket pipelines and are currently moving to gitlab ci where we do the following steps iirc: • use install script • move the installed files to another dir, which can be accessed easier • export PULUMI_HOME • add pulumi dir to PATH • .. other irrelevant stuff .. • npm i • pulumi plugin install • someSetupScriptToCalculateMoreEnvironmentVars.sh • pulumi update -s $PULUMI_STACK_NAME