aboutsummaryrefslogtreecommitdiff
path: root/aux/ci/ci-build.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-08-13 23:23:27 -0300
committerEuAndreh <eu@euandre.org>2021-08-13 23:23:27 -0300
commitabdfe8e3fde1c72abdeb9008534462eb4916f9bb (patch)
treeef1411b089be9e8ad78a34ce735570e3cbc59695 /aux/ci/ci-build.sh
parentTODOs.md: Add #task-77737feb-62ea-b34c-6ab0-cbe8a8827f39 (diff)
downloadgit-permalink-abdfe8e3fde1c72abdeb9008534462eb4916f9bb.tar.gz
git-permalink-abdfe8e3fde1c72abdeb9008534462eb4916f9bb.tar.xz
aux/ci/ci-build.sh: Name docker.tar.gz over docker-pack.tar.gz
Diffstat (limited to 'aux/ci/ci-build.sh')
-rwxr-xr-xaux/ci/ci-build.sh2
1 files changed, 1 insertions, 1 deletions
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."