Skip to content

Commit 8dd4e0a

Browse files
authored
Change git checkout version for http-connector
1 parent 10f156b commit 8dd4e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ RUN mkdir -p ${CONNECT_PLUGIN_PATH}/mongodb && \
9393
RUN cd /tmp && \
9494
git clone https://github.com/telefonicaid/http-connector-for-apache-kafka-graphql.git && \
9595
cd http-connector-for-apache-kafka-graphql && \
96-
git checkout version0.9.0 || true && \
96+
git checkout version0.9.0_basic || true && \
9797
./gradlew clean distTar && \
9898
mkdir -p ${CONNECT_PLUGIN_PATH}/http-connector && \
9999
tar xfv build/distributions/http-connector-for-apache-kafka-0.9.0.tar -C ${CONNECT_PLUGIN_PATH}/http-connector --strip-components=1 && \

0 commit comments

Comments
 (0)