diff options
author | EuAndreh <eu@euandre.org> | 2022-01-23 00:31:52 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-01-23 00:31:52 -0300 |
commit | c93b4aab520538f07c61c72b592e0a359ddf9b06 (patch) | |
tree | b7b5a61ced4203e717e3851d098fa8e6475e2490 /aux/ci/ci-build.sh | |
parent | paku.json: Update td (diff) | |
download | package-repository-c93b4aab520538f07c61c72b592e0a359ddf9b06.tar.gz package-repository-c93b4aab520538f07c61c72b592e0a359ddf9b06.tar.xz |
aux/: Update
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 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" |