Commit af91a6a7 authored by nimrod's avatar nimrod
Browse files

Don't run `make clean` in the image build.

I think that the order of the commands is random and files that were
created were removed. Also, it's not needed.
parent fb7efabf
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,4 +43,4 @@ WORKDIR /volume
ENV HOME /volume
# Run a test build.
COPY example/ /example/
RUN make --debug=j --keep-going -C /example test
RUN make --debug=j --keep-going -C /example all