From c73d5c27e5593883d4e266ed317464ae694cee68 Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Thu, 6 Aug 2020 13:46:31 -0500 Subject: [PATCH] now with vars --- .automation/clean-code-base-for-tests.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.automation/clean-code-base-for-tests.sh b/.automation/clean-code-base-for-tests.sh index 4c7c0e71..c90bc15e 100755 --- a/.automation/clean-code-base-for-tests.sh +++ b/.automation/clean-code-base-for-tests.sh @@ -8,7 +8,8 @@ # Globals # ########### GITHUB_WORKSPACE="${GITHUB_WORKSPACE}" # GitHub Workspace - +TEST_FOLDER='.automation/test' +CLEAN_FOLDER'.automation/automation' # shellcheck source=/dev/null source "${GITHUB_WORKSPACE}/lib/log.sh" # Source the function script(s)