aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-09-13 09:08:01 -0300
committerEuAndreh <eu@euandre.org>2021-09-13 13:13:47 -0300
commitfc5b013bec8454cf58575c08b4b4d62d930727b5 (patch)
treed9e47748d6d38bd6acd0a3ee8f4edb89383fcefd
parentMakefile: Remove quotes around $(DESTDIR) and $(PREFIX) (diff)
downloadgit-permalink-fc5b013bec8454cf58575c08b4b4d62d930727b5.tar.gz
git-permalink-fc5b013bec8454cf58575c08b4b4d62d930727b5.tar.xz
aux/ci/ci-build.sh: Stop generating docker.tar.gz file
-rwxr-xr-xaux/ci/ci-build.sh5
1 files changed, 0 insertions, 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"
}