From 1dcba2e939575053b45b8ce678a750d40d082ac1 Mon Sep 17 00:00:00 2001 From: GarrettEHill Date: Thu, 18 Jul 2024 09:54:18 -0700 Subject: [PATCH 1/2] keep sql and drop test files --- .cfignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.cfignore b/.cfignore index b9b912d8b5..82088e17a3 100644 --- a/.cfignore +++ b/.cfignore @@ -12,3 +12,5 @@ hses.zip temp/ tests/ .tmp/ +*.test.js +!*.sql From 5aeb2f77f04e58fdab42113b14e16c00a25e74d5 Mon Sep 17 00:00:00 2001 From: GarrettEHill Date: Thu, 18 Jul 2024 10:13:03 -0700 Subject: [PATCH 2/2] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 34a6c163bc..5734c8d646 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -406,7 +406,7 @@ parameters: default: "al-ttahub-2939-add-fei-root-cause-to-goal-card" type: string sandbox_git_branch: # change to feature branch to test deployment - default: "mb/TTAHUB-3040/owasp" + default: "gh/cfignore-keep-sql-drop-tests" type: string prod_new_relic_app_id: default: "877570491"