diff options
author | EuAndreh <eu@euandre.org> | 2021-08-23 08:34:00 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-08-23 08:38:54 -0300 |
commit | 4f4641fedea91d60b2734c90946b692fb31648c8 (patch) | |
tree | 6a1d820357ea95ea99174ba27c391e9276759aeb /aux | |
parent | TODOs.md: Add #task-b1290a2e-271f-dea6-8217-1452a11ec3de (diff) | |
download | gistatic-4f4641fedea91d60b2734c90946b692fb31648c8.tar.gz gistatic-4f4641fedea91d60b2734c90946b692fb31648c8.tar.xz |
aux/ci/ci-build.sh: Better formatting of final report message
Diffstat (limited to 'aux')
-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 |