abhishekagarwal87 commented on a change in pull request #11487:
URL: https://github.com/apache/druid/pull/11487#discussion_r675470905



##########
File path: integration-tests/script/copy_resources.sh
##########
@@ -14,13 +14,20 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+echo "Copying integration test resources."
+
 set -e
 
 # setup client keystore
 ./docker/tls/generate-client-certs-and-keystores.sh
 rm -rf docker/client_tls
 cp -r client_tls docker/client_tls
 
+# install druid jars
+rm -rf $SHARED_DIR/docker

Review comment:
       ```
   Warning:
   The JKS keystore uses a proprietary format. It is recommended to migrate to 
PKCS12 which is an industry standard format using "keytool -importkeystore 
-srckeystore intermediate_ca_client.jks -destkeystore 
intermediate_ca_client.jks -deststoretype pkcs12".
   cp: cannot create directory '/home/travis/shared/docker': No such file or 
directory
   ```




-- 
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to