diff --git a/.cursorius/build.py b/.cursorius/build.py index f2d20b0..496f476 100644 --- a/.cursorius/build.py +++ b/.cursorius/build.py @@ -11,6 +11,8 @@ from cursorius_pipeline_api_v2 import release_runner_pb2, release_runner_pb2_grp print("Hello world!") +print(os.environ) + run_id = os.environ.get("CURSORIUS_RUN_ID") src_dir = os.environ.get("CURSORIUS_SRC_DIR") server_url = os.environ.get("CURSORIUS_SERVER_URL")