diff options
Diffstat (limited to 'aux/ci/ci-build.sh')
-rwxr-xr-x | aux/ci/ci-build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aux/ci/ci-build.sh b/aux/ci/ci-build.sh index bfc0393..8d49779 100755 --- a/aux/ci/ci-build.sh +++ b/aux/ci/ci-build.sh @@ -39,9 +39,9 @@ EOF rsync -av public/ "/opt/www/$TLD/static/$PROJECT/" tar \ - -C /opt/www/$TLD/git/repos \ + -C "/opt/www/$TLD/git/repos" \ -c \ - -f /opt/www/$TLD/static/"$PROJECT"/repo.tar.gz \ + -f "/opt/www/$TLD/static/$PROJECT/repo.tar.gz" \ "$PROJECT".git printf '\n>>>\n>>> CI logs added as Git note.\n>>>\n>>> Run status was %s\n>>>\n\n' \ |