Skip to content

Commit

Permalink
Move cmd/cli -> cmd/boskosctl
Browse files Browse the repository at this point in the history
  • Loading branch information
ixdy committed May 21, 2020
1 parent dec0398 commit a9ab18a
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ prow_push(
"{STABLE_PROW_REPO}/boskos/janitor": "//cmd/janitor:image",
"{STABLE_PROW_REPO}/boskos/metrics": "//cmd/metrics:image",
"{STABLE_PROW_REPO}/boskos/reaper": "//cmd/reaper:image",
"{STABLE_PROW_REPO}/boskos/cli": "//cmd/cli:image",
"{STABLE_PROW_REPO}/boskos/cli": "//cmd/boskosctl:image",
}),
)
6 changes: 3 additions & 3 deletions cmd/cli/BUILD.bazel → cmd/boskosctl/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ load("@io_k8s_test_infra//prow:def.bzl", "prow_image")

go_library(
name = "go_default_library",
srcs = ["cli.go"],
importpath = "sigs.k8s.io/boskos/cmd/cli",
srcs = ["boskosctl.go"],
importpath = "sigs.k8s.io/boskos/cmd/boskosctl",
visibility = ["//visibility:private"],
deps = [
"//client:go_default_library",
Expand All @@ -30,7 +30,7 @@ go_binary(

go_test(
name = "go_default_test",
srcs = ["cli_test.go"],
srcs = ["boskosctl_test.go"],
embed = [":go_default_library"],
deps = [
"//client:go_default_library",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit a9ab18a

Please sign in to comment.