Skip to content

Commit

Permalink
resource_class not doin much
Browse files Browse the repository at this point in the history
  • Loading branch information
iynere committed May 17, 2018
1 parent 42442ea commit 2fd0396
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ jobs:
- image: circleci/ruby:2.4-node
- image: circleci/postgres:9.4.12-alpine
working_directory: ~/circleci-demo-workflows
resource_class: small
steps:
- checkout
- save_cache:
Expand All @@ -19,7 +18,6 @@ jobs:
- image: circleci/ruby:2.4-node
- image: circleci/postgres:9.4.12-alpine
working_directory: ~/circleci-demo-workflows
resource_class: xlarge
steps:
- restore_cache:
keys:
Expand All @@ -38,7 +36,6 @@ jobs:
- image: circleci/ruby:2.4-node
- image: circleci/postgres:9.4.12-alpine
working_directory: ~/circleci-demo-workflows
resource_class: xlarge
steps:
- restore_cache:
keys:
Expand All @@ -57,7 +54,6 @@ jobs:
- image: circleci/ruby:2.4-node
- image: circleci/postgres:9.4.12-alpine
working_directory: ~/circleci-demo-workflows
resource_class: xlarge
steps:
- restore_cache:
keys:
Expand Down

1 comment on commit 2fd0396

@AKkilla69
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.circleci/config.yml
@@ -6,7 +6,6 @@ jobs:
- image: circleci/ruby:2.4-node
- image: circleci/postgres:9.4.12-alpine
working_directory: ~/circleci-demo-workflows
resource_class: small
steps:
- checkout
- save_cache:
@@ -19,7 +18,6 @@ jobs:
- image: circleci/ruby:2.4-node
- image: circleci/postgres:9.4.12-alpine
working_directory: ~/circleci-demo-workflows
resource_class: xlarge
steps:
- restore_cache:
keys:
@@ -38,7 +36,6 @@ jobs:
- image: circleci/ruby:2.4-node
- image: circleci/postgres:9.4.12-alpine
working_directory: ~/circleci-demo-workflows
resource_class: xlarge
steps:
- restore_cache:
keys:
@@ -57,7 +54,6 @@ jobs:
- image: circleci/ruby:2.4-node
- image: circleci/postgres:9.4.12-alpine
working_directory: ~/circleci-demo-workflows
resource_class: xlarge
steps:
- restore_cache:
keys:

Please sign in to comment.