You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix cleanup script bug: don't shred files if we're deleting the entire directory
building an AMI off the latest main branch currently fails at the ssm log cleanup.
shred complains no such file or directory. instead of debugging the shred failure, we'll simply remove shredding since we do a rm -rf on the directory anyways.
0 commit comments