Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
Add a python runtime for Cloud build to use
Browse files Browse the repository at this point in the history
  • Loading branch information
toastwaffle committed Mar 21, 2019
1 parent 57f142c commit b1f2454
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,10 @@ py_binary(
data = glob(["migrations/**/*"]),
python_version = "PY3",
)

py_runtime(
name = "host_python3",
interpreter_path = "/usr/bin/python3",
files = [],
visibility = ["//visibility:public"],
)

0 comments on commit b1f2454

Please sign in to comment.