From 427471d8258abbe3614dc101407f80566ef8be4c Mon Sep 17 00:00:00 2001 From: Hyperling Date: Thu, 23 Oct 2025 13:23:23 -0700 Subject: [PATCH] Change the project to use the new IGNORED folder in the Volumes folder. --- Config/ProvisionTests/example.env | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Config/ProvisionTests/example.env b/Config/ProvisionTests/example.env index aaf8041..8cbe646 100644 --- a/Config/ProvisionTests/example.env +++ b/Config/ProvisionTests/example.env @@ -7,8 +7,7 @@ CPU=0.2 RAM=0.2G ## Storage -#STORAGE_DIR=../../Volumes/ProvisionTests -PT_STORAGE_DIR=/tmp/ProvisionTests +PT_STORAGE_DIR=../../Volumes/IGNORED/ProvisionTests ## Packages PACKAGES="git bash curl sudo which"