File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -11,5 +11,4 @@ RUN bash -c "source /usr/local/share/chruby/chruby.sh && chruby 3.4.7 && gem ins
1111RUN echo "source /usr/local/share/chruby/chruby.sh" >> ~/.bashrc
1212RUN echo "chruby 3.4.7" >> ~/.bashrc
1313
14- ENV BUNDLE_PATH="./vendor/bundle"
1514WORKDIR /project
You can’t perform that action at this time.
0 commit comments