We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11ffcca commit 93a4273Copy full SHA for 93a4273
.cicd/scripts/wm_build.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
set -eu
3
-export UFS_PLATFORM=${UFS_PLATFORM:-${NODE_NAME}}
+export UFS_PLATFORM=${UFS_PLATFORM:-${NODE_NAME,,}}
4
export UFS_COMPILER=${UFS_COMPILER:-intel}
5
6
SCRIPT_REALPATH=$(realpath "${BASH_SOURCE[0]}")
0 commit comments