Skip to content

Commit

Permalink
Projectify src/python/proto_registry (#151)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
shaldengeki and pre-commit-ci[bot] authored Jun 15, 2024
1 parent ede90ce commit 7b37bd2
Show file tree
Hide file tree
Showing 32 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion fitbit_challenges/api/migrations/__main__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import shutil

from flask_migrate import upgrade
from python.runfiles import Runfiles

from fitbit_challenges.config import app
from python.runfiles import Runfiles

if __name__ == "__main__":
# Copy the alembic.ini.
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ py_binary(

# Construct an image that has three layers.
# The result will look like this:
# bazel run //src/python/proto_registry/api:tarball
# bazel run //proto_registry/api:tarball
#
#2f2353bd5bea: Loading layer [==================================================>] 47.13MB/47.13MB
#f02532d45017: Loading layer [==================================================>] 3.62MB/3.62MB
Expand All @@ -41,7 +41,7 @@ py_oci_image(
name = "image",
base = "@python3_image",
binary = ":binary",
entrypoint = ["/src/python/proto_registry/api/binary"],
entrypoint = ["/proto_registry/api/binary"],
)

platform(
Expand Down Expand Up @@ -69,7 +69,7 @@ platform_transition_filegroup(
}),
)

# $ bazel run //src/python/proto_registry/api:tarball
# $ bazel run //proto_registry/api:tarball
# $ docker run --rm shaldengeki/proto-registry-api:latest
oci_tarball(
name = "tarball",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file removed src/javascript/BUILD.bazel
Empty file.
Empty file removed src/python/BUILD.bazel
Empty file.
Empty file removed src/python/__init__.py
Empty file.
Empty file.
Empty file.

0 comments on commit 7b37bd2

Please sign in to comment.