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

cleanup

parent f21c0b32
No related branches found
No related tags found
No related merge requests found
...@@ -25,17 +25,6 @@ def call(String repo, String branch) { ...@@ -25,17 +25,6 @@ def call(String repo, String branch) {
} }
} }
stage("build docs") {
steps {
sh """
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
"""
}
}
stage('build') { stage('build') {
steps { steps {
sh """ sh """
......
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