Skip to content

Commit d9ae00a

Browse files
committed
fix: Ensure that on delete we recreate the folder
1 parent 42d475d commit d9ae00a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lab/bin/reset-environment

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ if [ ! -z "${REPOSITORY_REF}" ]; then
7474
rm -f /home/ec2-user/environment/eks-workshop
7575
if [ -z "${RESET_NO_DELETE}" ]; then
7676
rm -rf $manifests_path
77+
mkdir -p $manifests_path
7778
fi
7879
rm -rf $repository_path
7980

0 commit comments

Comments
 (0)