Skip to content
Snippets Groups Projects
Verified Commit 8e3cd18a authored by David Hoese's avatar David Hoese
Browse files

Fix geo2grid ci test file check

parent 465027ac
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment