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

change

parent 44b65e52
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ def call(String repo, String branch) {
stage("build docs") {
steps {
sh """
git config --add --global url."git@gitlab.com:".insteadOf https://gitlab.com
git config --add --global url."git@gitlab.com:".insteadOf https://gitlab.cs.umd.edu
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
./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