mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 11:32:09 +00:00
Revert "Update dependency com_github_aws_aws_sdk_go to v0.10.4" (#1002)
* Revert "Update dependency com_github_aws_aws_sdk_go to v0.10.4 (#994)"
This reverts commit 028f056a75
.
* add failing test condition
* fix build
This commit is contained in:
parent
028f056a75
commit
2a048019e1
@ -893,7 +893,7 @@ go_repository(
|
||||
|
||||
go_repository(
|
||||
name = "com_github_aws_aws_sdk_go",
|
||||
tag = "v0.10.4",
|
||||
commit = "dbd68419518a1846f7cf787f424af62c2d0bb4f2",
|
||||
importpath = "github.com/aws/aws-sdk-go",
|
||||
)
|
||||
|
||||
|
@ -0,0 +1,6 @@
|
||||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
alias(
|
||||
name = "kubesec",
|
||||
actual = "@com_github_shyiko_kubesec//:kubesec",
|
||||
)
|
@ -17,7 +17,7 @@ k8s_encrypted_secret = rule(
|
||||
"_kubesec": attr.label(
|
||||
executable = True,
|
||||
cfg = "host",
|
||||
default = "@com_github_shyiko_kubesec//:kubesec",
|
||||
default = "//tools:kubesec",
|
||||
),
|
||||
"template": attr.label(
|
||||
allow_files = True,
|
||||
|
Loading…
Reference in New Issue
Block a user