Skip to content

Commit

Permalink
Use wildcard to try to fix the image builder
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Sep 19, 2024
1 parent dceef87 commit 02d5731
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 02d5731

Please sign in to comment.