You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@avro.apache.org by "RyanSkraba (via GitHub)" <gi...@apache.org> on 2023/05/25 18:14:09 UTC

[GitHub] [avro] RyanSkraba commented on a diff in pull request #2191: AVRO-3736: [Ruby] Preinstall gems in ubertool docker

RyanSkraba commented on code in PR #2191:
URL: https://github.com/apache/avro/pull/2191#discussion_r1205863106


##########
build.sh:
##########
@@ -336,7 +337,7 @@ do
       ;;
 
     docker-test)
-      tar -cf- share/docker/Dockerfile lang/ruby/Gemfile |
+      tar -cf- share/docker/Dockerfile lang/ruby/Gemfile lang/ruby/avro.gemspec lang/ruby/Manifest |

Review Comment:
   SGTM -- I chose $DOCKER_EXTRA_CONTEXT to match the other environment variables.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org