Skip to content

Commit 363ed56

Browse files
committed
Still debugging:
1 parent 0f2fec9 commit 363ed56

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/cibuildgem/container.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def execute(command, runtime_ruby:)
1212

1313
puts "The current directory is: #{Dir.pwd}"
1414
# 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'")
15+
system("podman container run --rm -it #{volumes_mount} cibuildgem bash -i -c 'ls -la -R'")
1616
end
1717

1818
private

lib/cibuildgem/docker/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@ RUN bash -c "source /usr/local/share/chruby/chruby.sh && chruby 3.4.7 && gem ins
1111
RUN echo "source /usr/local/share/chruby/chruby.sh" >> ~/.bashrc
1212
RUN echo "chruby 3.4.7" >> ~/.bashrc
1313

14-
ENV BUNDLE_PATH="./vendor/bundle"
1514
WORKDIR /project

0 commit comments

Comments
 (0)