We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09a092c commit 5b24186Copy full SHA for 5b24186
lib/cibuildgem/container.rb
@@ -10,7 +10,7 @@ def execute(command, runtime_ruby:)
10
dockerfile = File.expand_path("../docker/Dockerfile", __FILE__)
11
system("podman image build -t cibuildgem -f #{dockerfile}", exception: true)
12
13
- system("podman container run --rm -it #{volumes_mount} cibuildgem bash -i -c cibuildgem package")
+ system("podman container run --rm -it #{volumes_mount} cibuildgem bash -i -c 'cibuildgem package'")
14
end
15
16
private
0 commit comments