Skip to content

Commit

Permalink
Add robotont release team and repositories. (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearsandwich authored Feb 9, 2024
1 parent 322f749 commit 053be44
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions 00-members.tf
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ locals {
local.robot_calibration_team,
local.robot_localization_team,
local.robotis_team,
local.robotont_team,
local.robotwebtools_team,
local.ros2_gbp_docs_team,
local.ros4hri_team,
Expand Down
1 change: 1 addition & 0 deletions 00-repositories.tf
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ locals {
local.robot_calibration_repositories,
local.robot_localization_repositories,
local.robotis_repositories,
local.robotont_repositories,
local.robotwebtools_repositories,
local.ros4hri_repositories,
local.ros_canopen_repositories,
Expand Down
17 changes: 17 additions & 0 deletions robotont.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
locals {
robotont_team = [
"Veix123",
"Zhven",
]
robotont_repositories = [
"robotont_driver-release",
]
}

module "robotont_team" {
source = "./modules/release_team"
team_name = "robotont"
members = local.robotont_team
repositories = local.robotont_repositories
depends_on = [github_membership.members, github_repository.repositories]
}

0 comments on commit 053be44

Please sign in to comment.