From 9404c0d6c09947749c3fc60671480b0dd7747490 Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 8 Apr 2021 22:29:09 -0700 Subject: [PATCH] Change log messages (echo) when deploying artifacts & docs. --- ci/deployArtifacts.sh | 2 +- ci/deployDocs.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/deployArtifacts.sh b/ci/deployArtifacts.sh index 330d1f72..e2843b40 100755 --- a/ci/deployArtifacts.sh +++ b/ci/deployArtifacts.sh @@ -2,7 +2,7 @@ set -eou pipefail -echo "Running on host [$HOSTNAME]" +echo "Deploying artifacts on host [$HOSTNAME]" # User ID 1001 is "jenkins" # Group ID 1001 is "jenkins" diff --git a/ci/deployDocs.sh b/ci/deployDocs.sh index 89986c38..1bfff3cc 100755 --- a/ci/deployDocs.sh +++ b/ci/deployDocs.sh @@ -2,7 +2,7 @@ set -eou pipefail -echo "Running on host [$HOSTNAME]" +echo "Deploying docs on host [$HOSTNAME]" # User ID 1001 is "jenkins" # Group ID 1001 is "jenkins"