diff options
author | EuAndreh <eu@euandre.org> | 2021-08-13 23:23:27 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-08-13 23:23:27 -0300 |
commit | abdfe8e3fde1c72abdeb9008534462eb4916f9bb (patch) | |
tree | ef1411b089be9e8ad78a34ce735570e3cbc59695 /aux | |
parent | TODOs.md: Add #task-77737feb-62ea-b34c-6ab0-cbe8a8827f39 (diff) | |
download | git-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')
-rwxr-xr-x | aux/ci/ci-build.sh | 2 |
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." |