We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42d475d commit d9ae00aCopy full SHA for d9ae00a
1 file changed
lab/bin/reset-environment
@@ -74,6 +74,7 @@ if [ ! -z "${REPOSITORY_REF}" ]; then
74
rm -f /home/ec2-user/environment/eks-workshop
75
if [ -z "${RESET_NO_DELETE}" ]; then
76
rm -rf $manifests_path
77
+ mkdir -p $manifests_path
78
fi
79
rm -rf $repository_path
80
0 commit comments