We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d7f140 commit 4524c81Copy full SHA for 4524c81
.circleci/config.yml
@@ -18,6 +18,7 @@ executors:
18
auth:
19
username: $DOCKER_EXECUTOR_DOCKERHUB_USERNAME
20
password: $DOCKER_EXECUTOR_DOCKERHUB_PASSWORD
21
+ resource_class: medium
22
23
jobs:
24
build_test_and_deploy:
CHANGELOG.md
@@ -14,6 +14,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
14
runtime and runtime lite docker images - very useful during
15
development when upgrading major things like Python and/or OS
16
versions
17
+* added explicit [resource class](https://circleci.com/docs/2.0/configuration-reference/#resourceclass)
+ to CircleCI config
### Changed
0 commit comments