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-
- &build
<<: *defaults
resource_class: medium+
steps:
- *restore_git_cache
- checkout
@ -133,4 +134,3 @@ workflows:
- develop
- /^hotfix\/.*/
- /^release\/.*/