Change log messages (echo) when deploying artifacts & docs.

This commit is contained in:
John Blum
2021-04-08 22:29:09 -07:00
parent fabf9dec13
commit 9404c0d6c0
2 changed files with 2 additions and 2 deletions

View File

@@ -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"

View File

@@ -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"