This message was deleted.
# general
s
This message was deleted.
l
are you saying that the file is available in CI but not available locally? Will ignore changes work if the config value is update to point towards a local file that does exist?
n
@lemon-agent-27707 is available on both machines, but in different paths. Azure DevOps uses a certain non-human friendly convention for folder structure, would really be a bad hack to have to create a
vsts/a
folder in my
/home
directory just to match the build agent. Would be nice if one code worked for both or if it could be, at least, ignored locally.
l
Can you make the path configurable? Then set the path locally/remotely with
pulumi config set
https://www.pulumi.com/docs/intro/concepts/config/ This will allow different paths locally and in CI. Then you should be able to use ignore changes.
n
this is what I do in my pipeline (setting it to the path the agent uses every time), and locally I set it once as the path never changes. It poses the same issue
l
Can you share a repro? This setup should work. Can you also share the output of
pulumi config --json
for your local environment?
n
the syntax in the Program.fs is using my library so it doesn't look like Pulumi, but it should be pretty readable to understand what id does behind the scenes