-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
recurse submodules on lint. #718
base: main
Are you sure you want to change the base?
Conversation
d036599
to
87fc342
Compare
87fc342
to
d39c8a5
Compare
This isn't needed now? We're planning on not using replace for the go.mod |
not strictly but we should clone the entire repository as we do in the other projects. This will make it consistent. |
This is needed so go.mod can point to the /pulumi dir
scratch this, things were failing in other repos without it. A lot of the actions we do seem to fail lint or some tests without it. |
d39c8a5
to
026b47a
Compare
I'm confused? Things are working fine on main without this, what's broken that needs us to do a full clone here, it's just going to slow CI down slightly isn't it? |
Ill try removing it again maybe it was a previous run or flake |
Add pulumi.rootDirectory to the yaml project generation and evalution. This is a part of pulumi/pulumi#18565 Blocked by #718 #717 and pulumi/pulumi#18595 --------- Co-authored-by: Fraser Waters <fraser@pulumi.com>
This is needed so go.mod can point to the /pulumi dir