Skip to content

Commit

Permalink
Run bazelisk run //robots/cmd/uploader:uploader -- -workspace /home/p…
Browse files Browse the repository at this point in the history
…row/go/src/github.com/kubevirt/project-infra/../kubevirt/WORKSPACE -dry-run=false

Signed-off-by: kubevirt-bot <kubevirtbot@redhat.com>
  • Loading branch information
kubevirt-bot committed Sep 4, 2021
1 parent 6300923 commit 855fd87
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
http_archive(
name = "rules_python",
sha256 = "934c9ceb552e84577b0faf1e5a2f0450314985b4d8712b2b70717dc679fdc01b",
url = "https://github.com/bazelbuild/rules_python/releases/download/0.3.0/rules_python-0.3.0.tar.gz",
urls = [
"https://github.com/bazelbuild/rules_python/releases/download/0.3.0/rules_python-0.3.0.tar.gz",
"https://storage.googleapis.com/builddeps/934c9ceb552e84577b0faf1e5a2f0450314985b4d8712b2b70717dc679fdc01b",
],
)

# Additional bazel rules
Expand Down

0 comments on commit 855fd87

Please sign in to comment.