From 67fe5998c9666f64112141b832f15c0d77b24f33 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 19 Jan 2022 17:10:42 -0300 Subject: aux/: Update --- aux/ci/ci-build.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'aux/ci/ci-build.sh') 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" } -- cgit v1.2.3