Skip to content

Commit e9153a0

Browse files
handle empty CHANGE_ID
Signed-off-by: Bruce Kropp <bruce.kropp@raytheon.com>
1 parent 9cf9307 commit e9153a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cicd/scripts/wm_test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ if [[ ${WM_REGRESSION_TESTS} = true ]] ; then
7373
set -x
7474

7575
#export PATH=$PATH:~/bin
76-
echo "CHANGE_ID=$CHANGE_ID"
76+
echo "CHANGE_ID=${CHANGE_ID:=null}"
7777

7878
export FV3_RT_DIR=
7979
#export JENKINS_WORKSPACE=

0 commit comments

Comments
 (0)