summaryrefslogtreecommitdiffstats
path: root/jjb/scripts/setup_executor_env.sh
diff options
context:
space:
mode:
authorDave Wallace <dwallacelf@gmail.com>2022-10-19 11:58:44 -0400
committerDave Wallace <dwallacelf@gmail.com>2022-10-19 11:58:44 -0400
commit672f06dd9d8a2b0b4c536e70d71c40bb85d720f4 (patch)
tree6a04084306cbd930640d9bbdc85661e19c802cc6 /jjb/scripts/setup_executor_env.sh
parentff855631053003e4afd11451807a35016fa30359 (diff)
Set FDIONOMAD container hostname with job and node info.
Signed-off-by: Dave Wallace <dwallacelf@gmail.com> Change-Id: Ida46ca8a0bbbb66919445cce399679b13e27e85f
Diffstat (limited to 'jjb/scripts/setup_executor_env.sh')
-rwxr-xr-xjjb/scripts/setup_executor_env.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/jjb/scripts/setup_executor_env.sh b/jjb/scripts/setup_executor_env.sh
index 4d3cb6ec..11de12cf 100755
--- a/jjb/scripts/setup_executor_env.sh
+++ b/jjb/scripts/setup_executor_env.sh
@@ -30,7 +30,6 @@ echo "$long_line"
echo "Executor Runtime Attributes:"
echo "OS: $OS_ID-$OS_VERSION_ID"
echo "Arch: $OS_ARCH"
-echo "Nomad Hostname: $(grep search /etc/resolv.conf | cut -d' ' -f2 | head -1)"
echo "Container ID: $(hostname)"
echo "$long_line"