aboutsummaryrefslogtreecommitdiff
path: root/aux/ci
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-03-01 00:10:51 -0300
committerEuAndreh <eu@euandre.org>2021-03-01 00:10:51 -0300
commiteb7f5f737d3d9538ddd685a3a19a3321bc89d39a (patch)
treed77470bcb575e00991c1447f3d634609180288fa /aux/ci
parentMakefile: stop ignoring terraform failure (diff)
downloadserver-eb7f5f737d3d9538ddd685a3a19a3321bc89d39a.tar.gz
server-eb7f5f737d3d9538ddd685a3a19a3321bc89d39a.tar.xz
Update files under aux/
Diffstat (limited to 'aux/ci')
-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 fb49e71..1c033fe 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 check public'
+ $RUNNER 'make clean dev-check public'
rsync -avzzP public/ "/srv/http/$PACKAGE/" --delete
} 2>&1 | tee "$LOGFILE"