You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by GitBox <gi...@apache.org> on 2022/03/02 17:36:59 UTC

[GitHub] [solr] HoustonPutman commented on a change in pull request #694: SOLR-16041: Prepare Smoketester to be able to run on local release folder in Jenkins

HoustonPutman commented on a change in pull request #694:
URL: https://github.com/apache/solr/pull/694#discussion_r817935617



##########
File path: solr/distribution/build.gradle
##########
@@ -59,11 +59,10 @@ configurations {
 
 dependencies {
   changesHtml project(path: ":solr:documentation", configuration: "changesHtml")
-  docker project(path: ':solr:docker', configuration: project.ext.withSignedArtifacts ? 'packagingOfficial' : 'packaging')
+  docker project(path: ':solr:docker', configuration: project.ext.withSignedArtifacts ? 'packagingOfficial' : 'packagingLocal')

Review comment:
       Ahhh I understand why this broke now, because we renamed `Dockerfile.local` to `Dockerfile` in the binary release. This looks good to me.




-- 
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@solr.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org