circleCI config increase container size

This commit is contained in:
BryceLTaylor 2020-11-17 15:01:44 -05:00
parent a335988be9
commit f682d20200

View file

@ -41,6 +41,7 @@ aliases:
- v1-build- - v1-build-
- &build - &build
<<: *defaults <<: *defaults
resource_class: medium+
steps: steps:
- *restore_git_cache - *restore_git_cache
- checkout - checkout
@ -133,4 +134,3 @@ workflows:
- develop - develop
- /^hotfix\/.*/ - /^hotfix\/.*/
- /^release\/.*/ - /^release\/.*/