Skip to content
Snippets Groups Projects
Commit 68a67051 authored by Carlos Natalino Da Silva's avatar Carlos Natalino Da Silva
Browse files

Removing command that was giving error in the CI/CD pipeline.

parent d9ea0308
No related branches found
No related tags found
2 merge requests!142Release TeraFlowSDN 2.1,!97Optical cybersecurity scenario
......@@ -59,7 +59,6 @@ RUN rm -rf proto
# Create proto sub-folder, copy .proto files, and generate Python code
WORKDIR /home/teraflow/controller/common/proto
RUN touch __init__.py
COPY --chown=teraflow:teraflow proto/*.proto ./
RUN python3 -m grpc_tools.protoc -I=. --python_out=. --grpc_python_out=. *.proto
RUN rm *.proto
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment