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 d89307f commit 7bf31b6Copy full SHA for 7bf31b6
CHANGELOG.md
@@ -8,7 +8,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
8
9
### Added
10
11
-* Nothing
+* added ```resource_class: medium``` to the CircleCI config
12
+ generated by ```generate-circleci-config.py```
13
14
### Changed
15
bin/generate-circleci-config.py
@@ -17,6 +17,7 @@
17
auth:
18
username: $DOCKER_EXECUTOR_DOCKERHUB_USERNAME
19
password: $DOCKER_EXECUTOR_DOCKERHUB_PASSWORD
20
+ resource_class: medium
21
22
commands:
23
my_setup_remote_docker:
0 commit comments