diff options
author | EuAndreh <eu@euandre.org> | 2021-03-09 09:12:37 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-03-09 09:12:37 -0300 |
commit | 0df3d2e9cc190b3f307983861f9b00587639a464 (patch) | |
tree | 9716cd1695a4552c0f11edbda4e9b936a491e673 /aux/ci | |
parent | Remove xargs -0 flag usage (diff) | |
download | euandre.org-0df3d2e9cc190b3f307983861f9b00587639a464.tar.gz euandre.org-0df3d2e9cc190b3f307983861f9b00587639a464.tar.xz |
ci-build.sh: Publish CI logs even when "dev-check" fails
Diffstat (limited to '')
-rwxr-xr-x | aux/ci/ci-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aux/ci/ci-build.sh b/aux/ci/ci-build.sh index 45e4075..79b41f0 100755 --- a/aux/ci/ci-build.sh +++ b/aux/ci/ci-build.sh @@ -50,7 +50,7 @@ EOF RUNNER='sh -c' fi - $RUNNER 'make clean dev-check public' + $RUNNER 'make clean dev-check; make public' rsync -a public/ "/srv/http/$PACKAGE/" --delete } 2>&1 | tee "$LOGFILE" |