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

change

parent c1f3c041
No related branches found
No related tags found
No related merge requests found
...@@ -28,6 +28,7 @@ def call(String repo, String branch) { ...@@ -28,6 +28,7 @@ def call(String repo, String branch) {
stage("build docs") { stage("build docs") {
steps { steps {
sh """ sh """
git config --add --global url."git@gitlab.com:".insteadOf https://gitlab.com
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 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
tar -xf swag.tar.gz tar -xf swag.tar.gz
./swag init --parseDependency --parseDepth 2 ./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