diff --git a/cd/BUILD b/cd/BUILD index 6964c32cb..c4a4c7caf 100644 --- a/cd/BUILD +++ b/cd/BUILD @@ -1,7 +1,7 @@ load("@rules_python//python:defs.bzl", "py_binary", "py_library") load("@zilliqa_python_deps//:requirements.bzl", "requirement") load("//config:expand-workspace-status.bzl", "expand_workspace_status") -load(":applications.bzl", "APPLICATIONS_PROD", "APPLICATIONS_STAGING") +load(":applications.bzl", "APPLICATIONS_PROD") expand_workspace_status( name = "git-version-py", @@ -22,21 +22,6 @@ py_library( ], ) -py_binary( - name = "update_staging", - srcs = [ - "update_manifests_repository.py", - ], - args = ["$(location {}:cd_staging_patch)".format(s) for s in APPLICATIONS_STAGING], - data = ["{}:cd_staging_patch".format(s) for s in APPLICATIONS_STAGING], - main = "update_manifests_repository.py", - visibility = ["//visibility:public"], - deps = [ - ":version", - requirement("PyGithub"), - ], -) - py_binary( name = "update_production", srcs = [