Skip to content

Commit 5b24186

Browse files
committed
WIP
1 parent 09a092c commit 5b24186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cibuildgem/container.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def execute(command, runtime_ruby:)
1010
dockerfile = File.expand_path("../docker/Dockerfile", __FILE__)
1111
system("podman image build -t cibuildgem -f #{dockerfile}", exception: true)
1212

13-
system("podman container run --rm -it #{volumes_mount} cibuildgem bash -i -c cibuildgem package")
13+
system("podman container run --rm -it #{volumes_mount} cibuildgem bash -i -c 'cibuildgem package'")
1414
end
1515

1616
private

0 commit comments

Comments
 (0)