This message was deleted.
# golang
s
This message was deleted.
b
yes, you can point the automation API at any exsting pulumi code, but you’ll need to make sure all the deps resolve yourself. Can you tell me a little more about how you have things set up?
e
Ha while typing it out I got it. Thanks for the assist 🙂 My issue was since I was cloning from a remote repo, I needed to run an npm install in that directory to install the dependencies, which was being dynamically provisioned. Using the auto.GitRepo structs ability to embed a setup function, I was able to configure running
npm install
after the repo loaded.