diff options
author | EuAndreh <eu@euandre.org> | 2021-08-13 23:25:24 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-08-13 23:25:24 -0300 |
commit | 503182bfd6efbe80cb884237508b43bce7844d04 (patch) | |
tree | 01acad2aecf3a28798bed761c5077f0eb369b0fd | |
parent | aux/ci/ci-build.sh: Name docker.tar.gz over docker-pack.tar.gz (diff) | |
download | git-permalink-503182bfd6efbe80cb884237508b43bce7844d04.tar.gz git-permalink-503182bfd6efbe80cb884237508b43bce7844d04.tar.xz |
aux/ci/ci-build.sh: Fix line break of cp
-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 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 |