aboutsummaryrefslogtreecommitdiff
path: root/aux
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-08-13 23:25:24 -0300
committerEuAndreh <eu@euandre.org>2021-08-13 23:25:24 -0300
commit503182bfd6efbe80cb884237508b43bce7844d04 (patch)
tree01acad2aecf3a28798bed761c5077f0eb369b0fd /aux
parentaux/ci/ci-build.sh: Name docker.tar.gz over docker-pack.tar.gz (diff)
downloadgit-permalink-503182bfd6efbe80cb884237508b43bce7844d04.tar.gz
git-permalink-503182bfd6efbe80cb884237508b43bce7844d04.tar.xz
aux/ci/ci-build.sh: Fix line break of cp
Diffstat (limited to 'aux')
-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 eae5cfe..007e7c4 100755
--- a/aux/ci/ci-build.sh
+++ b/aux/ci/ci-build.sh
@@ -39,7 +39,7 @@ EOF
rsync -av public/ "/srv/http/$PROJECT/" --delete
if [ -f aux/guix/with-container.sh ]; then
- cp "$(sh aux/guix/with-container.sh -C)"
+ cp "$(sh aux/guix/with-container.sh -C)" \
"/srv/http/$PROJECT/docker.tar.gz"
fi