Skip to content
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

[Enhancement] Avoid repeated downloads of swagger while building #2223

Closed
liuxiaocs7 opened this issue Jun 4, 2023 · 1 comment · Fixed by #2277
Closed

[Enhancement] Avoid repeated downloads of swagger while building #2223

liuxiaocs7 opened this issue Jun 4, 2023 · 1 comment · Fixed by #2277
Labels
ci-cd Build or deploy help wanted Extra attention is needed improvement General improvement

Comments

@liuxiaocs7
Copy link
Member

Feature Description (功能描述)

Now every time you build, you will download swagger-ui, and there is no need for duplicate files

image

@liuxiaocs7 liuxiaocs7 added the feature New feature label Jun 4, 2023
@imbajin
Copy link
Member

imbajin commented Jun 5, 2023

also change the download way from wget to curl(wget may not contain in local env),and wonder to know any better way for downloading files (in building)

@imbajin imbajin added improvement General improvement help wanted Extra attention is needed ci-cd Build or deploy and removed feature New feature labels Jun 5, 2023
@imbajin imbajin changed the title [Feature] Avoid repeated downloads of swagger [Enhancement] Avoid repeated downloads of swagger while building Jun 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci-cd Build or deploy help wanted Extra attention is needed improvement General improvement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants