aboutsummaryrefslogtreecommitdiff
path: root/aux/ci/ci-build.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-03-10 07:15:06 -0300
committerEuAndreh <eu@euandre.org>2021-03-10 07:15:06 -0300
commit868c1bd03365fa96cc8fd68d14af188d479afd04 (patch)
tree82258a3579b6a381b7a25e0dad6371a214d080e6 /aux/ci/ci-build.sh
parentci-build.sh: Publish CI logs even when "dev-check" fails (diff)
downloadeuandre.org-868c1bd03365fa96cc8fd68d14af188d479afd04.tar.gz
euandre.org-868c1bd03365fa96cc8fd68d14af188d479afd04.tar.xz
Revert change to aux/ci/ci-build.sh
Diffstat (limited 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"