abhishekagarwal87 commented on a change in pull request #11487:
URL: https://github.com/apache/druid/pull/11487#discussion_r676386061
##########
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
+cp -R docker $SHARED_DIR/docker
Review comment:
```suggestion
rm -rf $SHARED_DIR/docker
mkdir -p $SHARED_DIR
cp -R docker $SHARED_DIR/docker
```
--
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]