Skip to content
This repository has been archived by the owner on Apr 21, 2019. It is now read-only.

Commit

Permalink
Fixed bazel issues
Browse files Browse the repository at this point in the history
  • Loading branch information
irfanurrehman committed Feb 27, 2018
1 parent 75b0519 commit d6d6c74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pkg/dnsprovider/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ filegroup(
srcs = [
":package-srcs",
"//pkg/dnsprovider/providers/aws/route53:all-srcs",
"//pkg/dnsprovider/providers/azure/azuredns:all-srcs",
"//pkg/dnsprovider/providers/coredns:all-srcs",
"//pkg/dnsprovider/providers/google/clouddns:all-srcs",
"//pkg/dnsprovider/rrstype:all-srcs",
Expand Down
2 changes: 1 addition & 1 deletion pkg/dnsprovider/providers/azure/azuredns/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ filegroup(
name = "all-srcs",
srcs = [
":package-srcs",
"//federation/pkg/dnsprovider/providers/azure/azuredns/stubs:all-srcs",
"//pkg/dnsprovider/providers/azure/azuredns/stubs:all-srcs",
],
tags = ["automanaged"],
)

0 comments on commit d6d6c74

Please sign in to comment.