File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ COPY gradle gradle
1313# Build the evaluation
1414WORKDIR /home/user
1515RUN ./gradlew Cherries || exit
16- RUN ./gradlew Composition || exit
1716
1817FROM alpine:latest
1918
@@ -34,7 +33,7 @@ RUN unzip unsplit-mined-cherries
3433RUN unzip repo-sample.zip
3534WORKDIR /home/user
3635
37- RUN apk add --no-cache texlive-full
36+ RUN apk add --no-cache texlive-most
3837
3938COPY src/main/python ./analysis
4039WORKDIR /home/user/analysis
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ analysis() {
3939
4040 cd /home/user/
4141 latexmk -pdf -interaction=nonstopmode -synctex=1 -shell-escape metrics-$1 .tex
42- cp metrics-$1 .pdf evaluation-workdir
42+ cp metrics-$1 .pdf evaluation-workdir || exit
4343
4444 echo " ++++++++++++++++++++++++++++++++++++"
4545 echo " Analysis done "
You can’t perform that action at this time.
0 commit comments