Skip to content
Snippets Groups Projects
Commit c1f3c041 authored by Tucker Siegel's avatar Tucker Siegel
Browse files

update

parent 12288f8d
No related branches found
No related tags found
No related merge requests found
...@@ -28,8 +28,9 @@ def call(String repo, String branch) { ...@@ -28,8 +28,9 @@ def call(String repo, String branch) {
stage("build docs") { stage("build docs") {
steps { steps {
sh """ sh """
go install github.com/swaggo/swag/cmd/swag@latest curl -LJ -o swag.tar.gz https://github.com/swaggo/swag/releases/download/v1.7.4/swag_1.7.4_Linux_x86_64.tar.gz
swag init --parseDependency --parseDepth 2 tar -xf swag.tar.gz
./swag init --parseDependency --parseDepth 2
""" """
} }
} }
......
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