Skip to content

Commit 0f2fec9

Browse files
committed
debug
1 parent 9996682 commit 0f2fec9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/cibuildgem/container.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ def execute(command, runtime_ruby:)
1111
system("podman image build -t cibuildgem -f #{dockerfile}", exception: true)
1212

1313
puts "The current directory is: #{Dir.pwd}"
14-
system("podman container run --rm -it #{volumes_mount} cibuildgem bash -i -c 'cibuildgem package'")
14+
# 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'")
1516
end
1617

1718
private

0 commit comments

Comments
 (0)