Removing resource class from circle config
This commit is contained in:
@@ -10,7 +10,6 @@ jobs:
|
|||||||
branches:
|
branches:
|
||||||
ignore:
|
ignore:
|
||||||
- gh-pages # list of branches to ignore
|
- gh-pages # list of branches to ignore
|
||||||
resource_class: large
|
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
@@ -37,4 +36,4 @@ jobs:
|
|||||||
destination: artifacts
|
destination: artifacts
|
||||||
- store_test_results:
|
- store_test_results:
|
||||||
path: ~/junit/
|
path: ~/junit/
|
||||||
destination: testartifacts
|
destination: testartifacts
|
||||||
|
|||||||
Reference in New Issue
Block a user