From abdfe8e3fde1c72abdeb9008534462eb4916f9bb Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 13 Aug 2021 23:23:27 -0300 Subject: aux/ci/ci-build.sh: Name docker.tar.gz over docker-pack.tar.gz --- aux/ci/ci-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aux') diff --git a/aux/ci/ci-build.sh b/aux/ci/ci-build.sh index 43cdb85..eae5cfe 100755 --- a/aux/ci/ci-build.sh +++ b/aux/ci/ci-build.sh @@ -40,7 +40,7 @@ EOF if [ -f aux/guix/with-container.sh ]; then cp "$(sh aux/guix/with-container.sh -C)" - "/srv/http/$PROJECT/docker-pack.tar.gz" + "/srv/http/$PROJECT/docker.tar.gz" fi printf "\n>>>\n>>> CI logs added as Git note." -- cgit v1.2.3