Skip to content

Commit

Permalink
Enable peribolos for team management
Browse files Browse the repository at this point in the history
  • Loading branch information
cblecker committed Jan 11, 2019
1 parent 2d5c5e5 commit 85e8fed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions admin/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ sh_binary(
"$(location //config:config.yaml)",
"--fix-org",
"--fix-org-members",
"--fix-teams",
"--fix-team-members",
"--required-admins=calebamiles",
"--required-admins=cblecker",
"--required-admins=fejta",
Expand Down
2 changes: 1 addition & 1 deletion config/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ for val in $(SRCS); do
parts+=(--org-part=$$key=$$val)
fi
done
./$(location //cmd/merge) --ignore-teams $${parts[@]} > $(location config.yaml)""",
./$(location //cmd/merge) --merge-teams $${parts[@]} > $(location config.yaml)""",
tools = ["//cmd/merge"],
visibility = ["//visibility:public"],
)
Expand Down

0 comments on commit 85e8fed

Please sign in to comment.