Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upSwitch to Circle 2.0. #1031
+48
−13
Conversation
nickcharlton
force-pushed the
nc-circle-workflows
branch
2 times, most recently
from
e944b87
to
d4b4e4e
Nov 24, 2017
mygulamali
approved these changes
Nov 24, 2017
mygulamali left a comment
Some minor comments, otherwise LGTM! I should point out that I have zero knowledge of configuring CircleCI and my Docker is a bit rusty too, so you might want someone else to double check this PR first. |
.circleci/config.yml
Outdated
# Cache Dependencies | ||
- type: cache-save | ||
name: Store bundle cache | ||
key: houndci-{{ checksum "Gemfile.lock" }} |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
sardaukar
Nov 24, 2017
Yep, that's pretty much needed @nickcharlton should be administrate-{{ checksum "Gemfile.lock" }}
This comment has been minimized.
This comment has been minimized.
.circleci/config.yml
Outdated
|
||
# Setup the database | ||
- run: bundle exec rake db:create | ||
- run: bundle exec rake db:schema:load |
This comment has been minimized.
This comment has been minimized.
mygulamali
Nov 24, 2017
Could these two lines be replaced with one?
bundle exec rake db:create db:schema:load
This comment has been minimized.
This comment has been minimized.
.circleci/config.yml
Outdated
docker: | ||
- image: circleci/ruby:2.4.1-node-browsers | ||
environment: | ||
PGHOST: 127.0.0.1 |
This comment has been minimized.
This comment has been minimized.
mygulamali
Nov 24, 2017
Is it possible to use localhost
instead of the actual IP address here? Just to keep it more consistent with line 38.
nickcharlton
force-pushed the
nc-circle-workflows
branch
from
91e5bdd
to
6ee1db4
Nov 24, 2017
nickcharlton
merged commit 2bc89d6
into
master
Nov 24, 2017
2 checks passed
ci/circleci
Your tests passed on CircleCI!
Details
hound
No violations found. Woof!
nickcharlton
deleted the
nc-circle-workflows
branch
Nov 24, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
nickcharlton commentedNov 23, 2017
•
edited
dockerize
.