summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Fankhauser hiddenalpha.ch2023-10-17 03:06:47 +0200
committerAndreas Fankhauser hiddenalpha.ch2023-10-17 03:06:47 +0200
commita1e4785f2a560ccbe3035d781472399e3847aa11 (patch)
treeb6540954331da5bc9eb81f7c363fb8bf68527b9e
parent45326d08584866373db07af9da3ad43acff854ac (diff)
downloadUnspecifiedGarbage-a1e4785f2a560ccbe3035d781472399e3847aa11.zip
UnspecifiedGarbage-a1e4785f2a560ccbe3035d781472399e3847aa11.tar.gz
(qemu) Gateleen add a 'mvn clean' after build
-rw-r--r--doc/note/qemu/build-gateleen.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/note/qemu/build-gateleen.txt b/doc/note/qemu/build-gateleen.txt
index 5e71c05..9666aa6 100644
--- a/doc/note/qemu/build-gateleen.txt
+++ b/doc/note/qemu/build-gateleen.txt
@@ -61,6 +61,7 @@ true \
&& $PKGDEL $PKGS_TO_DEL \
&& $PKGCLEAN \
&& sleep 3 \
+ && (cd "${WORKDIR:?}/gateleen" && mvn clean) \
&& printf '\n DONE\n\n' \
&& true