Skip to content

Commit

Permalink
Update release script due to new directories layout
Browse files Browse the repository at this point in the history
  • Loading branch information
ScorpioCPH committed Jan 10, 2018
1 parent 14e4ac2 commit 0bf0681
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions py/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,12 +149,12 @@ def build_operator_image(root_dir, registry, project=None, should_push=True):

# List of paths to copy relative to root.
sources = [
"images/tf_operator/Dockerfile",
"build/images/tf_operator/Dockerfile",
os.path.join(go_path, "bin/tf_operator"),
os.path.join(go_path, "bin/e2e"),
os.path.join(go_path, "bin/backend"),
"dashboard/frontend/build",
"grpc_tensorflow_server/grpc_tensorflow_server.py"
"hack/grpc_tensorflow_server/grpc_tensorflow_server.py"
]

for s in sources:
Expand Down

0 comments on commit 0bf0681

Please sign in to comment.