Skip to content

Commit

Permalink
chore: fixing swag ci (#6359)
Browse files Browse the repository at this point in the history
  • Loading branch information
klesh authored Oct 30, 2023
1 parent dcd69e8 commit 4023355
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/scripts/swag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ if [ -n "$DEVLAKE_PLUGINS" ]; then
fi
fi

swag -v
ls -l
tree
go get
echo swag init --parseDependency --parseInternal -o $ROOT_DIR/server/api/docs -g $GENERAL_API_INFO_PATH -d $DOC_DIRS
swag init --parseDependency --parseInternal -o $ROOT_DIR/server/api/docs -g $GENERAL_API_INFO_PATH -d $DOC_DIRS
echo "visit the swagger document on http://localhost:8080/swagger/index.html";

0 comments on commit 4023355

Please sign in to comment.