Skip to content

Commit c6eaaa8

Browse files
committed
WIP
1 parent a73958e commit c6eaaa8

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
@@ -11,7 +11,7 @@ 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 'bundle env'")
14+
system("podman container run --rm -it #{volumes_mount} cibuildgem bash -i -c 'cibuildgem package'")
1515
# system("podman container run --rm -it #{volumes_mount} cibuildgem bash -i -c 'ls -la -R'")
1616
end
1717

0 commit comments

Comments
 (0)