diff options
author | EuAndreh <eu@euandre.org> | 2022-01-22 14:16:26 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-01-22 14:16:26 -0300 |
commit | e0189fdb142fd0e723fd908953d8ba5767d4a6bb (patch) | |
tree | 49cfbfea51781bfb887e99ba925e0b73d6cd9521 /aux/ci/ci-build.sh | |
parent | aux/workflow/style.css: Add clearer marking of code blocks (diff) | |
download | git-permalink-e0189fdb142fd0e723fd908953d8ba5767d4a6bb.tar.gz git-permalink-e0189fdb142fd0e723fd908953d8ba5767d4a6bb.tar.xz |
aux/{workflow/repocheck,ci/ci-build}.sh: Stop redundantly building "public" target
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" |