Skip to content

Commit 93a4273

Browse files
machine_id tolower
Signed-off-by: Bruce Kropp <bruce.kropp@raytheon.com>
1 parent 11ffcca commit 93a4273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cicd/scripts/wm_build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
set -eu
3-
export UFS_PLATFORM=${UFS_PLATFORM:-${NODE_NAME}}
3+
export UFS_PLATFORM=${UFS_PLATFORM:-${NODE_NAME,,}}
44
export UFS_COMPILER=${UFS_COMPILER:-intel}
55

66
SCRIPT_REALPATH=$(realpath "${BASH_SOURCE[0]}")

0 commit comments

Comments
 (0)