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 9996682 commit 0f2fec9Copy full SHA for 0f2fec9
lib/cibuildgem/container.rb
@@ -11,7 +11,8 @@ def execute(command, runtime_ruby:)
11
system("podman image build -t cibuildgem -f #{dockerfile}", exception: true)
12
13
puts "The current directory is: #{Dir.pwd}"
14
- 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'")
15
+ system("podman container run --rm -it #{volumes_mount} cibuildgem bash -i -c 'bundle config'")
16
end
17
18
private
0 commit comments