forked from cerc-io/stack-orchestrator
Back out debug code
This commit is contained in:
parent
765db5937d
commit
ff76cdad61
@ -70,7 +70,7 @@ def command(ctx, include, exclude):
|
|||||||
interactive=True,
|
interactive=True,
|
||||||
tty=True,
|
tty=True,
|
||||||
user=f"{os.getuid()}:{os.getgid()}",
|
user=f"{os.getuid()}:{os.getgid()}",
|
||||||
envs={"CERC_NPM_AUTH_TOKEN": os.environ["CERC_NPM_AUTH_TOKEN"], "CERC_SCRIPT_DEBUG": "true"},
|
envs={"CERC_NPM_AUTH_TOKEN": os.environ["CERC_NPM_AUTH_TOKEN"]},
|
||||||
add_hosts=[("host.docker.internal", "host-gateway")],
|
add_hosts=[("host.docker.internal", "host-gateway")],
|
||||||
volumes=[(repo_full_path, "/workspace")],
|
volumes=[(repo_full_path, "/workspace")],
|
||||||
command=build_command
|
command=build_command
|
||||||
|
Loading…
Reference in New Issue
Block a user