Skip to content

Commit

Permalink
Exclude python proto files from diff
Browse files Browse the repository at this point in the history
  • Loading branch information
TeoGiane committed Oct 9, 2023
1 parent 9f2c868 commit d151814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/docker/test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ WORKDIR /usr
COPY . bayesmix-update

# Generate and apply patch to updtae bayesmix
RUN diff -ruN --exclude=build --exclude=_deps --exclude=.git bayesmix/ bayesmix-update/ | patch -d bayesmix -p1 \
RUN diff -ruN --exclude=build --exclude=_deps --exclude=.git --exclude-from="*.pb2.py" bayesmix/ bayesmix-update/ | patch -d bayesmix -p1 \
&& rm -rf bayesmix-update

# Set working directory to /usr
Expand Down

0 comments on commit d151814

Please sign in to comment.