aboutsummaryrefslogtreecommitdiff
path: root/.scripts.d
diff options
context:
space:
mode:
authorChristian Segundo2024-07-08 16:30:13 +0200
committerChristian Segundo2024-07-08 16:30:13 +0200
commita2b2e690f4c529a9f3ff6aa792b252d57878078c (patch)
tree7d91088dab4086f2517b6b62e26d06b7b46195fd /.scripts.d
parenta5a88deb90e2e23470b0b8af57b7aeefe183ba84 (diff)
downloadlanguagetool-a2b2e690f4c529a9f3ff6aa792b252d57878078c.tar.gz
remove build/reports on every build
Diffstat (limited to '.scripts.d')
-rw-r--r--.scripts.d/30-test.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.scripts.d/30-test.sh b/.scripts.d/30-test.sh
index 26ad3f8..c9c4fbc 100644
--- a/.scripts.d/30-test.sh
+++ b/.scripts.d/30-test.sh
@@ -28,5 +28,6 @@ fi
goss --gossfile goss.yaml render >goss-full.yaml
mv goss-full.yaml goss.yaml
+rm -rf build/reports/
mkdir -p build/reports/
dgoss run "chn2guevara/languagetool:${BUILD_ID}" > build/reports/goss.xml