Skip to content

Commit

Permalink
added gcloud py as attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
carloshdezbueno committed Dec 17, 2024
1 parent 2893e60 commit 03324e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcs/private/gcloud_toolchain.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ load("@masorange_rules_helm//gcs/private:gcloud_toolchain.bzl", "gcloud_toolchai
exports_files(["bin/gcloud", "bin/gsutil", "lib/gcloud.py"])
gcloud_toolchain(name = "gcloud_toolchain", gcloud_bin = "bin/gcloud", gsutil_bin = "bin/gsutil", gcloud_py = "lib/gcloud.py", visibility = ["//visibility:public"])
gcloud_toolchain(name = "gcloud_toolchain", gcloud_bin = "bin/gcloud", gsutil_bin = "bin/gsutil", gcloud_py = ".", visibility = ["//visibility:public"])
"""

# Base BUILD file for this repository
Expand Down

0 comments on commit 03324e2

Please sign in to comment.