Skip to content
This repository has been archived by the owner on Feb 5, 2020. It is now read-only.

Commit

Permalink
Merge pull request #3291 from squat/golang_cleanup
Browse files Browse the repository at this point in the history
installer: golang cleanup
  • Loading branch information
squat authored Jun 14, 2018
2 parents 4411a8c + 30bb809 commit 74cba73
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 90 deletions.
1 change: 0 additions & 1 deletion installer/pkg/config-generator/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ go_library(
"//vendor/github.com/coreos/tectonic-config/config/tectonic-node-controller:go_default_library",
"//vendor/github.com/coreos/tectonic-config/config/tectonic-utility:go_default_library",
"//vendor/github.com/ghodss/yaml:go_default_library",
"//vendor/golang.org/x/crypto/bcrypt:go_default_library",
"//vendor/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library",
],
)
Expand Down
5 changes: 4 additions & 1 deletion installer/pkg/config/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,8 @@ go_test(
srcs = ["validate_test.go"],
data = glob(["fixtures/**"]),
embed = [":go_default_library"],
deps = ["//installer/pkg/config/aws:go_default_library"],
deps = [
"//installer/pkg/config/aws:go_default_library",
"//installer/pkg/config/libvirt:go_default_library",
],
)
10 changes: 0 additions & 10 deletions installer/pkg/config/govcloud/BUILD.bazel

This file was deleted.

77 changes: 0 additions & 77 deletions installer/pkg/config/govcloud/govcloud.go

This file was deleted.

1 change: 0 additions & 1 deletion tests/smoke/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ filegroup(
name = "test_vars",
srcs = [
"aws/vars/aws.tfvars.json",
"bare-metal/vars/metal.tfvars.json",
],
visibility = ["//visibility:public"],
)

0 comments on commit 74cba73

Please sign in to comment.