lordgamez commented on code in PR #1854:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1854#discussion_r1716768074
##########
docker/test/integration/cluster/ImageStore.py:
##########
@@ -164,6 +164,11 @@ def
__build_minifi_cpp_image_with_nifi_python_processors(self, python_option):
COPY SpecialPropertyTypeChecker.py
/opt/minifi/minifi-current/minifi-python/nifi_python_processors/SpecialPropertyTypeChecker.py
COPY ProcessContextInterfaceChecker.py
/opt/minifi/minifi-current/minifi-python/nifi_python_processors/ProcessContextInterfaceChecker.py
COPY CreateFlowFile.py
/opt/minifi/minifi-current/minifi-python/nifi_python_processors/CreateFlowFile.py
+ RUN mkdir -p
/opt/minifi/minifi-current/minifi-python/nifi_python_processors/compute/
+ COPY subtractutils.py
/opt/minifi/minifi-current/minifi-python/nifi_python_processors/compute/subtractutils.py
+ RUN mkdir -p
/opt/minifi/minifi-current/minifi-python/nifi_python_processors/processors/
+ COPY RelativeImporterProcessor.py
/opt/minifi/minifi-current/minifi-python/nifi_python_processors/compute/processors/RelativeImporterProcessor.py
+ COPY multiplierutils.py
/opt/minifi/minifi-current/minifi-python/nifi_python_processors/compute/processors/multiplierutils.py
Review Comment:
Good point, it was supposed to be `compute/processors`, but I removed it in
a08c7d11aace9eef227e241b05ca63159b6dc95c as COPY command already creates the
path if it does not exist.
--
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]