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 a73958e commit c6eaaa8Copy full SHA for c6eaaa8
lib/cibuildgem/container.rb
@@ -11,7 +11,7 @@ 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 'bundle env'")
+ 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 'ls -la -R'")
16
end
17
0 commit comments