Skip to content
Snippets Groups Projects
Verified Commit 9803692e authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

ci: get swag/gen & swag command

parent 22648d12
No related branches found
No related tags found
Loading
......@@ -81,6 +81,8 @@ build:
build-openapi-2-scheme:
stage: build
script:
- go get github.com/swaggo/swag/gen@v1.16.3
- go get github.com/swaggo/swag/cmd/swag@v1.16.3
- go install github.com/swaggo/swag/cmd/swag
- make api-docs
rules: *feature-rules
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment