From 83ec474cd2adf06cebeed38fabeb74cc5a60519b Mon Sep 17 00:00:00 2001 From: restitux Date: Sat, 25 Feb 2023 02:56:09 -0700 Subject: [PATCH] test --- .cursorius/build.py | 1 + 1 file changed, 1 insertion(+) diff --git a/.cursorius/build.py b/.cursorius/build.py index f2d20b0..e7ed761 100644 --- a/.cursorius/build.py +++ b/.cursorius/build.py @@ -9,6 +9,7 @@ from cursorius_pipeline_api_v2 import run_command_pb2, run_command_pb2_grpc from cursorius_pipeline_api_v2 import release_runner_pb2, release_runner_pb2_grpc +print("Hello world!") print("Hello world!") run_id = os.environ.get("CURSORIUS_RUN_ID")