Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrading to CircleCI 2.0 #395

Merged
merged 3 commits into from
Jun 25, 2018
Merged

Upgrading to CircleCI 2.0 #395

merged 3 commits into from
Jun 25, 2018

Conversation

jrgriffiniii
Copy link
Contributor

Resolves #385

- attach_workspace:
at: '~/pomegranate'
- run: sudo apt-get update
- run: sudo apt-get install libpq-dev libopenjp2-7-dev libmagickwand-dev imagemagick pkg-config
Copy link
Member

Choose a reason for hiding this comment

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

I don't see any of these being installed in the v1 config, and they aren't mentioned in the README. Do we want to document additional dependencies that surfaced here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

These were installed based upon my findings within other projects. I had falsely assumed them to be necessary.

database: <%= ENV["POMEGRANATE_DB"] %>
host: <%= ENV["POMEGRANATE_DB_HOST"] %>
username: <%= ENV["POMEGRANATE_DB_USERNAME"] %>
password: <%= ENV["POMEGRANATE_DB_PASSWORD"] %>
Copy link
Member

Choose a reason for hiding this comment

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

Are there any changes needed to run the tests locally? Could we fallback on the old defaults?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

My apologies, there were errors in this configuration; I have corrected these, and can now run the tests locally without error.

@jrgriffiniii jrgriffiniii changed the title Upgrading to CircleCI 2.0 [WIP] Upgrading to CircleCI 2.0 Jun 25, 2018
@coveralls
Copy link

coveralls commented Jun 25, 2018

Coverage Status

Coverage remained the same at 100.0% when pulling f4db337 on issues-385-circle-ci-2 into 1dbd853 on master.

@jrgriffiniii jrgriffiniii changed the title [WIP] Upgrading to CircleCI 2.0 Upgrading to CircleCI 2.0 Jun 25, 2018
@escowles escowles merged commit d8897d3 into master Jun 25, 2018
@escowles escowles removed the review label Jun 25, 2018
@escowles escowles deleted the issues-385-circle-ci-2 branch June 25, 2018 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants