diff options
author | EuAndreh <eu@euandre.org> | 2022-05-30 14:35:57 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-05-30 14:35:57 -0300 |
commit | b3597c5e850a02e724f287b04a3701fe13d46fdc (patch) | |
tree | 0fc6bad03680409b1cf56919ff1f5dd988339521 /aux/ci/ci-build.sh | |
parent | Revert "src/xyz/euandreh/pending.scm: Ad quodlibet" (diff) | |
download | packages-b3597c5e850a02e724f287b04a3701fe13d46fdc.tar.gz packages-b3597c5e850a02e724f287b04a3701fe13d46fdc.tar.xz |
aux/: Update
Diffstat (limited to 'aux/ci/ci-build.sh')
-rwxr-xr-x | aux/ci/ci-build.sh | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/aux/ci/ci-build.sh b/aux/ci/ci-build.sh index 8d18252..8d49779 100755 --- a/aux/ci/ci-build.sh +++ b/aux/ci/ci-build.sh @@ -36,9 +36,12 @@ EOF cd - git fetch origin refs/notes/*:refs/notes/* sh aux/ci/report.sh -n "$PROJECT" -o public - rsync -av public/ "/srv/http/$PROJECT/" + rsync -av public/ "/opt/www/$TLD/static/$PROJECT/" - tar -C /srv/http -cf /srv/http/"$PROJECT"/repo.tar.gz \ + tar \ + -C "/opt/www/$TLD/git/repos" \ + -c \ + -f "/opt/www/$TLD/static/$PROJECT/repo.tar.gz" \ "$PROJECT".git printf '\n>>>\n>>> CI logs added as Git note.\n>>>\n>>> Run status was %s\n>>>\n\n' \ |