Remove environment print
This commit is contained in:
@@ -11,8 +11,6 @@ from cursorius_pipeline_api_v2 import release_runner_pb2, release_runner_pb2_grp
|
|||||||
|
|
||||||
print("Hello world!")
|
print("Hello world!")
|
||||||
|
|
||||||
print(os.environ)
|
|
||||||
|
|
||||||
run_id = os.environ.get("CURSORIUS_RUN_ID")
|
run_id = os.environ.get("CURSORIUS_RUN_ID")
|
||||||
src_dir = os.environ.get("CURSORIUS_SRC_DIR")
|
src_dir = os.environ.get("CURSORIUS_SRC_DIR")
|
||||||
server_url = os.environ.get("CURSORIUS_SERVER_URL")
|
server_url = os.environ.get("CURSORIUS_SERVER_URL")
|
||||||
|
|||||||
Reference in New Issue
Block a user