diff --git a/ci_tests/run_basic_grb_test.sh b/ci_tests/run_basic_grb_test.sh index 53d133f29b30a7590a2544aaeb462dcbe0fbff82..43be3f35578fe7a95d7c44c91646a7f86b511c1c 100755 --- a/ci_tests/run_basic_grb_test.sh +++ b/ci_tests/run_basic_grb_test.sh @@ -46,7 +46,7 @@ run_grb_checks() { run_geo2grid_checks() { count=0 while true; do - num_files=$(kubectl exec -n $ns ${GEO2GRID_POD_NAME} -c cspp-geo-grb-notifier -- ls -1 /dst/geotiffs/g16/abi/radm1/ | wc -l || echo 0) + num_files=$(kubectl exec -n $ns ${GEO2GRID_POD_NAME} -- ls -1 /dst/geotiffs/g16/abi/radm1/ | wc -l || echo 0) let count=count+1 if [[ $num_files -gt 16 ]]; then debug "Got at least 16 files"