Add environment print

This commit is contained in:
2023-02-25 02:52:42 -07:00
parent a93fe116f5
commit a51eb39228
+2
View File
@@ -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")