aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-03-10 07:14:41 -0300
committerEuAndreh <eu@euandre.org>2021-03-10 07:14:41 -0300
commitc6cc4836e56d6a0cbd89aca5a8cecfbda5bac15c (patch)
tree42ea614b5794779cdd4b0e0b4216d06042a7420e
parentci-build.sh: Publish CI logs even when "dev-check" fails (diff)
downloadserver-c6cc4836e56d6a0cbd89aca5a8cecfbda5bac15c.tar.gz
server-c6cc4836e56d6a0cbd89aca5a8cecfbda5bac15c.tar.xz
Revert change to aux/ci/ci-build.sh
-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 79b41f0..45e4075 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; make public'
+ $RUNNER 'make clean dev-check public'
rsync -a public/ "/srv/http/$PACKAGE/" --delete
} 2>&1 | tee "$LOGFILE"