Skip to content

Commit 72a5592

Browse files
committed
Merge branch 'fix/0410-2024' of https://github.com/stack-spot/workflow-stackspot-actions-runtime-selfhosted into fix/0410-2024
2 parents 9f98b98 + 77ed442 commit 72a5592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime-iac-action/script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def run(metadata):
8787
path_to_mount = f"{path_to_mount}:/app-volume"
8888

8989
flags = build_flags(inputs)
90-
cmd = ["docker", "run", "--rm", "-v", path_to_mount, "--cgroups=disables"] + flags + [
90+
cmd = ["docker", "run", "--rm", "-v", path_to_mount] + flags + [
9191
"--entrypoint=/app/stackspot-runtime-job-iac",
9292
CONTAINER_IAC_URL,
9393
"start",

0 commit comments

Comments
 (0)