diff options
author | EuAndreh <eu@euandre.org> | 2021-08-23 08:33:05 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-08-23 08:38:14 -0300 |
commit | e44a431c6c4d38e667e311dd7f0dba55c61771e5 (patch) | |
tree | 19d311f40288d6f43946fc04979185f428a57985 | |
parent | aux/workflow/l10n.sh: Print progress message to STDERR instead of STDOUT (diff) | |
download | git-permalink-e44a431c6c4d38e667e311dd7f0dba55c61771e5.tar.gz git-permalink-e44a431c6c4d38e667e311dd7f0dba55c61771e5.tar.xz |
aux/ci/ci-build.sh: Better formatting of final report message
-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 1b7b250..2ec0102 100755 --- a/aux/ci/ci-build.sh +++ b/aux/ci/ci-build.sh @@ -43,8 +43,8 @@ EOF "/srv/http/$PROJECT/docker.tar.gz" fi - printf "\n>>>\n>>> CI logs added as Git note." - printf "\n>>>\n>>> Run status was %s\n\n" "$STATUS" + printf '\n>>>\n>>> CI logs added as Git note.\n>>>\n>>> Run status was %s\n>>>\n\n' \ + "$STATUS" } trap finish EXIT |