aboutsummaryrefslogtreecommitdiff
path: root/aux/ci/ci-build.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-01-22 14:16:26 -0300
committerEuAndreh <eu@euandre.org>2022-01-22 14:16:26 -0300
commite0189fdb142fd0e723fd908953d8ba5767d4a6bb (patch)
tree49cfbfea51781bfb887e99ba925e0b73d6cd9521 /aux/ci/ci-build.sh
parentaux/workflow/style.css: Add clearer marking of code blocks (diff)
downloadgit-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-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"