Skip to content

Commit

Permalink
do not go into subdir
Browse files Browse the repository at this point in the history
  • Loading branch information
CoryMartin-NOAA committed Apr 15, 2024
1 parent a3b31dc commit badc1bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/stable_driver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -142,4 +142,4 @@ fi

# ==============================================================================
# scrub working directory for older files
find $stableroot/* -maxdepth 1 -mtime +3 -exec $my_dir/rm_stable.sh $stableroot/latest-stable-date {} \;
find $stableroot/* -maxdepth 0 -mtime +3 -exec $my_dir/rm_stable.sh $stableroot/latest-stable-date {} \;

0 comments on commit badc1bd

Please sign in to comment.