aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-03-09 09:09:34 -0300
committerEuAndreh <eu@euandre.org>2021-03-09 09:09:34 -0300
commit08a5c43092e6ebb0dd0262b568a5eb79e9ac4851 (patch)
treea4868bb85c43a69fbbb57c7f9e67d9fae54efa1f
parentRemove xargs -0 flag usage (diff)
downloadserver-08a5c43092e6ebb0dd0262b568a5eb79e9ac4851.tar.gz
server-08a5c43092e6ebb0dd0262b568a5eb79e9ac4851.tar.xz
ci-build.sh: Publish CI logs even when "dev-check" fails
-rwxr-xr-xaux/ci/ci-build.sh2
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"