diff options
author | EuAndreh <eu@euandre.org> | 2021-06-23 08:07:14 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-06-23 08:07:14 -0300 |
commit | 57335b3e7c4c9e91c5747778180d611e5f15d144 (patch) | |
tree | 4b3892bb4d46a4f3bdde2a31eb1980f795db9378 /aux/ci/ci-build.sh | |
parent | aux/workflow/assert-readme.sh: No need to create the public/ directory (diff) | |
download | git-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-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 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" |