From fc5b013bec8454cf58575c08b4b4d62d930727b5 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 13 Sep 2021 09:08:01 -0300 Subject: aux/ci/ci-build.sh: Stop generating docker.tar.gz file --- aux/ci/ci-build.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/aux/ci/ci-build.sh b/aux/ci/ci-build.sh index 2ec0102..67773fe 100755 --- a/aux/ci/ci-build.sh +++ b/aux/ci/ci-build.sh @@ -38,11 +38,6 @@ EOF sh aux/ci/report.sh -n "$PROJECT" -o public rsync -av public/ "/srv/http/$PROJECT/" --delete - if [ -f aux/guix/with-container.sh ]; then - cp "$(sh aux/guix/with-container.sh -C)" \ - "/srv/http/$PROJECT/docker.tar.gz" - fi - printf '\n>>>\n>>> CI logs added as Git note.\n>>>\n>>> Run status was %s\n>>>\n\n' \ "$STATUS" } -- cgit v1.2.3