Change log messages (echo) when deploying artifacts & docs.
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user