Skip to content

Conversation

@Gvieve
Copy link
Collaborator

@Gvieve Gvieve commented Jan 29, 2026

Whenever generation is run for the SDK, via generate or openapi-generate-and-push, it copies the .openapi-generator-ignore file into the version directory. This file is used to tell the generator tool to not generate the files listed. However, it has to exist at the output directory level to be honored.

The issue was we were copying the file into a directory that was just removed via the clean script. Therefore we need to mkdir and than cp.

@Gvieve Gvieve self-assigned this Jan 29, 2026
@Gvieve Gvieve added the bug Something isn't working label Jan 29, 2026
@Gvieve Gvieve merged commit f0ef8c7 into master Jan 29, 2026
5 checks passed
@Gvieve Gvieve deleted the gn/fix-opnapi-ignore-copy branch January 29, 2026 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants