diff --git a/ci.py b/ci.py index 9f5627d6..bf1e42e7 100755 --- a/ci.py +++ b/ci.py @@ -36,7 +36,7 @@ def podman_online(dir, *args): ]) def podman_ci(dir, *args): - subprocess.run(["podman", "run", "-it", "--rm", "--privileged", f"--workdir={dir}", + subprocess.run(["podman", "run", "--rm", "--privileged", f"--workdir={dir}", "-v", os.getcwd() + f":{CONTAINER_HOME}/src:U", CONTAINER_IMAGE, "bash", "-c", ' '.join(args) ])