execsummary=true now also still builds report instead of just summary

This commit is contained in:
skyanth
2016-11-29 16:58:20 +01:00
parent 69a2c827f8
commit aad0e9be44
2 changed files with 19 additions and 0 deletions
+1
View File
@@ -113,6 +113,7 @@ build() {
add_to_repo() {
git add target/$TARGET-latest.pdf
git add target/waiver_?*.pdf &>/dev/null
git add target/execsummary.pdf &>/dev/null
git commit -q -m "$targetpdf proudly manufactured using ChatOps" &>/dev/null
git push -q >/dev/null
}