fix cicd
This commit is contained in:
@@ -26,6 +26,7 @@ RUN apt-get update && \
|
||||
rm -rf /var/lib/apt/lists
|
||||
|
||||
COPY --from=builder /buildsrc/_build/scn_backend /app/server
|
||||
COPY --from=builder /buildsrc/DOCKER_GIT_INFO /DOCKER_GIT_INFO
|
||||
|
||||
RUN mkdir /data
|
||||
|
||||
|
||||
@@ -58,6 +58,8 @@ swagger-setup:
|
||||
swagger: swagger-setup
|
||||
".swaggobin/swag_$(SWAGGO_VERSION)" init -generalInfo ./api/router.go --propertyStrategy camelcase --output ./swagger/ --outputTypes "json,yaml"
|
||||
|
||||
generate: dgi enums ids swagger
|
||||
|
||||
pygmentize: website/scn_send.html
|
||||
|
||||
website/scn_send.html: ../scn_send.sh
|
||||
|
||||
Reference in New Issue
Block a user