File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ process_models() {
6363 local result
6464 result=$( buildkite-agent meta-data get " ${model} :${stage} " --default " N/A" )
6565 row=" $row ,$result "
66- if [ " ${result} " != " ✅" ] && [ " ${result} " != " N/A" ] && [ " ${result} " != " 🚧 " ]; then
66+ if [ " ${result} " != " ✅" ] && [ " ${result} " != " N/A" ] && [ " ${result} " != " to be added " ]; then
6767 ANY_FAILED=true
6868 fi
6969 done
@@ -101,7 +101,7 @@ process_features() {
101101 result=$( buildkite-agent meta-data get " ${feature} :${stage} " --default " N/A" )
102102 fi
103103 row=" $row ,$result "
104- if [ " ${result} " != " ✅" ] && [ " ${result} " != " N/A" ] && [ " ${result} " != " 🚧 " ]; then
104+ if [ " ${result} " != " ✅" ] && [ " ${result} " != " N/A" ] && [ " ${result} " != " to be added " ]; then
105105 ANY_FAILED=true
106106 fi
107107 done
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ case $OUTCOME in
3030 message=" N/A"
3131 ;;
3232 " to be added" )
33- message=" 🚧 "
33+ message=" to be added "
3434 ;;
3535 * )
3636 message=" ❌"
You can’t perform that action at this time.
0 commit comments