aboutsummaryrefslogtreecommitdiff
path: root/aux/ci/ci-build.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-06-07 22:55:16 -0300
committerEuAndreh <eu@euandre.org>2021-06-07 22:55:16 -0300
commitf5ec71eadaf1e1479fbb8b5884edc4a87a8d2f63 (patch)
tree525a4ec4d34f5417c623dd24bd855cddee151938 /aux/ci/ci-build.sh
parentTODOs.md: Mark #task-4686d9a5-3514-e7f2-25de-b3cf66199124 as CANCELLED (diff)
downloadremembering-f5ec71eadaf1e1479fbb8b5884edc4a87a8d2f63.tar.gz
remembering-f5ec71eadaf1e1479fbb8b5884edc4a87a8d2f63.tar.xz
Update files under aux/
Diffstat (limited to 'aux/ci/ci-build.sh')
-rwxr-xr-xaux/ci/ci-build.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/aux/ci/ci-build.sh b/aux/ci/ci-build.sh
index 4214ae2..b6769a9 100755
--- a/aux/ci/ci-build.sh
+++ b/aux/ci/ci-build.sh
@@ -25,6 +25,10 @@ EOF
git notes --ref=refs/notes/ci-logs add -f -F "$LOGFILE"
git notes append -m "$NOTE"
+ cd -
+ sh aux/ci/report.sh "$PACKAGE"
+ rsync -a public/ "/srv/http/$PACKAGE/" --delete
+
printf "\n>>>\n>>> CI logs added as Git note.\n>>>\n>>> Run status was %s" "$STATUS"
}
trap finish EXIT
@@ -45,6 +49,4 @@ EOF
fi
$RUNNER 'make clean public dev-check'
-
- rsync -a public/ "/srv/http/$PACKAGE/" --delete
} 2>&1 | tee "$LOGFILE"