-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: change package and path in protobuf model #43
Conversation
scripts/generate_proto.sh
Outdated
SRC_DIR="${SCRIPT_DIR}/../src" | ||
NEPTUNE_PROJECT_DIR="${1:-}" | ||
|
||
if [ -z "${NEPTUNE_PROJECT_DIR}" ]; then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we please have an env pointing to ${NEPTUNE_PROJECT_DIR}/libs/models/leaderboard-proto/src/main/proto
? I'd prefer to limit how much our repo structure is exposed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sure
f2d5bd3
to
824fc54
Compare
This reverts commit 81403e1.
No description provided.