aboutsummaryrefslogtreecommitdiff
path: root/aux/ci/ci-build.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-01-23 00:31:52 -0300
committerEuAndreh <eu@euandre.org>2022-01-23 00:31:52 -0300
commitc93b4aab520538f07c61c72b592e0a359ddf9b06 (patch)
treeb7b5a61ced4203e717e3851d098fa8e6475e2490 /aux/ci/ci-build.sh
parentpaku.json: Update td (diff)
downloadpackage-repository-c93b4aab520538f07c61c72b592e0a359ddf9b06.tar.gz
package-repository-c93b4aab520538f07c61c72b592e0a359ddf9b06.tar.xz
aux/: Update
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 5e5e656..8d18252 100755
--- a/aux/ci/ci-build.sh
+++ b/aux/ci/ci-build.sh
@@ -59,5 +59,5 @@ EOF
RUNNER='sh -c'
fi
- $RUNNER 'make clean public dev-check'
+ $RUNNER 'make clean dev-check'
} 2>&1 | tee "$LOGFILE"