diqiu50 commented on code in PR #4689: URL: https://github.com/apache/gravitino/pull/4689#discussion_r1731157146
########## dev/docker/trino/Dockerfile: ########## @@ -66,13 +66,15 @@ COPY --chown=trino:trino packages/gravitino-trino-connector/postgresql-42.7.0.ja RUN mkdir /tmp/gravitino COPY --chown=trino:trino packages/gravitino-trino-connector /tmp/gravitino -ARG IMAGE_NAME ARG TAG_NAME -RUN if [ "$TAG_NAME" = "trino-*" ] ; then \ - mv /tmp/gravitino /usr/lib/trino/plugin/; \ - else echo "Copying files for other images"; \ - fi - Review Comment: The `sh` shell does not support match string like this -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
