diff options
author | EuAndreh <eu@euandre.org> | 2021-03-09 09:08:39 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-03-09 09:08:39 -0300 |
commit | 349b5abe0790d77c72fbd9e964c9e021068ec434 (patch) | |
tree | f88b4d3b516022644ea0aae9f715fb1903faa17b /aux/ci/ci-build.sh | |
parent | Revert "Makefile: Use "troff" over "groff"" (diff) | |
download | remembering-349b5abe0790d77c72fbd9e964c9e021068ec434.tar.gz remembering-349b5abe0790d77c72fbd9e964c9e021068ec434.tar.xz |
ci-build.sh: Publish CI logs even when "dev-check" fails
Diffstat (limited to 'aux/ci/ci-build.sh')
-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" |