aboutsummaryrefslogtreecommitdiff
path: root/aux/ci/ci-build.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-06-23 08:07:14 -0300
committerEuAndreh <eu@euandre.org>2021-06-23 08:07:14 -0300
commit57335b3e7c4c9e91c5747778180d611e5f15d144 (patch)
tree4b3892bb4d46a4f3bdde2a31eb1980f795db9378 /aux/ci/ci-build.sh
parentaux/workflow/assert-readme.sh: No need to create the public/ directory (diff)
downloadgit-permalink-57335b3e7c4c9e91c5747778180d611e5f15d144.tar.gz
git-permalink-57335b3e7c4c9e91c5747778180d611e5f15d144.tar.xz
aux/: Explicitly pass "public/" as a parameter to scripts
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 9f89205..7fa3382 100755
--- a/aux/ci/ci-build.sh
+++ b/aux/ci/ci-build.sh
@@ -26,7 +26,7 @@ EOF
git notes append -m "$NOTE"
cd -
- sh aux/ci/report.sh "$PROJECT"
+ sh aux/ci/report.sh "$PROJECT" public
rsync -av public/ "/srv/http/$PROJECT/" --delete
printf "\n>>>\n>>> CI logs added as Git note.\n>>>\n>>> Run status was %s" "$STATUS"