mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-01-12 03:21:33 +00:00
add swagger support
- install swaggo - add swagger config option
This commit is contained in:
@@ -7,4 +7,4 @@ rm -rf /tmp/aptly*
|
||||
usermod -u `stat -c %u /app` aptly >/dev/null
|
||||
chown -R `stat -c %u /app` /var/lib/aptly
|
||||
|
||||
su - aptly -c "cd /app; export GOPATH=/app/.go; go mod tidy; make docker-test TEST=$@"
|
||||
su - aptly -c "cd /app; export GOPATH=/app/.go; make docker-test TEST=$@"
|
||||
|
||||
@@ -34,5 +34,6 @@
|
||||
"type": "",
|
||||
"url": "",
|
||||
"dbPath": ""
|
||||
}
|
||||
},
|
||||
"enableSwaggerEndpoint": false
|
||||
}
|
||||
|
||||
@@ -34,5 +34,6 @@
|
||||
"type": "",
|
||||
"url": "",
|
||||
"dbPath": ""
|
||||
}
|
||||
},
|
||||
"enableSwaggerEndpoint": false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user