Skip to content

Commit

Permalink
Merge pull request #120 from rails/rm-fix-ci
Browse files Browse the repository at this point in the history
Use wildcard to try to fix the image builder
  • Loading branch information
rafaelfranca authored Sep 19, 2024
2 parents dceef87 + 02d5731 commit 82ae82e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ RUN rm -f .empty */.empty \
fi

ADD */*.gemspec tmp/
ADD .buildkite/.empty tools/releaser/releaser.gemspec tools/releaser/
ADD .buildkite/.empty tools/*/releaser.gemspec tools/releaser/
ADD .buildkite/.empty railties/exe/* railties/exe/
ADD Gemfile Gemfile.lock RAILS_VERSION rails.gemspec ./

Expand Down

0 comments on commit 82ae82e

Please sign in to comment.