We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd7bf1d commit bf70511Copy full SHA for bf70511
docker/run.sh
@@ -5,7 +5,8 @@ echo "Building the MongoDB Kafka Connector"
5
cd ..
6
./gradlew clean createConfluentArchive
7
echo -e "Unzipping the confluent archive plugin....\n"
8
-unzip -d ./build/confluent/kafka-connect-mongodb ./build/confluent/*.zip
+unzip -d ./build/confluent ./build/confluent/*.zip
9
+find ./build/confluent -maxdepth 1 -type d ! -wholename "./build/confluent" -exec mv {} ./build/confluent/kafka-connect-mongodb \;
10
)
11
12
echo "Starting docker ."
0 commit comments