diff options
author | EuAndreh <eu@euandre.org> | 2022-01-19 17:10:42 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-01-19 17:10:42 -0300 |
commit | 67fe5998c9666f64112141b832f15c0d77b24f33 (patch) | |
tree | 18b381c3e33799d506f04f91fb65c13385ec7b66 /aux/ci | |
parent | paku.json: Update td version (diff) | |
download | package-repository-67fe5998c9666f64112141b832f15c0d77b24f33.tar.gz package-repository-67fe5998c9666f64112141b832f15c0d77b24f33.tar.xz |
aux/: Update
Diffstat (limited to '')
-rwxr-xr-x | aux/ci/ci-build.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/aux/ci/ci-build.sh b/aux/ci/ci-build.sh index 34233b7..332d9f0 100755 --- a/aux/ci/ci-build.sh +++ b/aux/ci/ci-build.sh @@ -38,6 +38,9 @@ EOF sh aux/ci/report.sh -n "$PROJECT" -o public rsync -av public/ "/srv/http/$PROJECT/" --delete + tar -C /srv/http -cf /srv/http/"$PROJECT"/repo.tar.gz \ + "$PROJECT".git + printf '\n>>>\n>>> CI logs added as Git note.\n>>>\n>>> Run status was %s\n>>>\n\n' \ "$STATUS" } |