From 7dbea8b818f813330cf1fc4de147dbbfd9d92063 Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Tue, 12 Nov 2019 12:39:18 -0500 Subject: [PATCH] Removing resource class circleci config --- .circleci/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index bf0f6104..c21397c9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,7 +10,6 @@ jobs: branches: ignore: - gh-pages # list of branches to ignore - resource_class: large steps: - checkout - restore_cache: @@ -37,4 +36,4 @@ jobs: destination: artifacts - store_test_results: path: ~/junit/ - destination: testartifacts \ No newline at end of file + destination: testartifacts