Skip to content

Commit 6f53200

Browse files
committed
WIP
1 parent 1c4b702 commit 6f53200

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/e2e-dummy-gem.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: "Setup Ruby"
1515
uses: "ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71"
1616
with:
17-
ruby-version: "3.1.7"
17+
ruby-version: "3.4.7"
1818
bundler-cache: true
1919
working-directory: "test/fixtures/dummy_gem"
2020
- name: "Run cibuildgem"

lib/cibuildgem/container.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ def execute(command, runtime_ruby:)
1010
dockerfile = File.expand_path("../docker/Dockerfile", __FILE__)
1111
system("podman image build -t cibuildgem -f #{dockerfile}", exception: true)
1212

13+
puts "The current directory is: #{Dir.pwd}"
1314
system("podman container run --rm -it #{volumes_mount} cibuildgem bash -i -c 'cibuildgem package'")
1415
end
1516

0 commit comments

Comments
 (0)