Skip to content

Commit

Permalink
update release scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
asdfsx committed Jul 19, 2019
1 parent b17a217 commit 0a20eef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion py/kubeflow/tf_operator/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,14 +151,15 @@ def build_operator_image(root_dir,
]
for t in targets:
if t in [
"github.com/kubeflow/tf-operator/cmd/tf-operator.v1beta2"
"github.com/kubeflow/tf-operator/cmd/tf-operator.v1beta2",
"github.com/kubeflow/tf-operator/cmd/tf-operator.v1"
]:
util.run([
"go", "install", "-ldflags",
"-X github.com/kubeflow/tf-operator/pkg/version.GitSHA={}".format(
commit), t
])
continue
util.run(["go", "install", t])

# Dashboard's frontend:
Expand Down

0 comments on commit 0a20eef

Please sign in to comment.