diff options
author | EuAndreh <eu@euandre.org> | 2021-03-09 09:09:34 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-03-09 09:09:34 -0300 |
commit | 08a5c43092e6ebb0dd0262b568a5eb79e9ac4851 (patch) | |
tree | a4868bb85c43a69fbbb57c7f9e67d9fae54efa1f | |
parent | Remove xargs -0 flag usage (diff) | |
download | toph-08a5c43092e6ebb0dd0262b568a5eb79e9ac4851.tar.gz toph-08a5c43092e6ebb0dd0262b568a5eb79e9ac4851.tar.xz |
ci-build.sh: Publish CI logs even when "dev-check" fails
-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" |