Skip to content

Migrate to circle2 #161

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

Merged
merged 1 commit into from
Mar 21, 2019
Merged

Migrate to circle2 #161

merged 1 commit into from
Mar 21, 2019

Conversation

ale7714
Copy link
Contributor

@ale7714 ale7714 commented Mar 21, 2019

Old branches will need to cherry pick this commit

@codeclimate-hermes codeclimate-hermes requested review from maxjacobson and removed request for codeclimate-hermes March 21, 2019 15:24
Copy link
Contributor

@filipesperandio filipesperandio left a comment

Choose a reason for hiding this comment

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

I think circle.yml removal should be in this PR too. No?

steps:
- checkout
- run: make image
- run: make citest
Copy link
Contributor

Choose a reason for hiding this comment

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

per the failing build, it looks like this should be make test

@ale7714
Copy link
Contributor Author

ale7714 commented Mar 21, 2019

Sorry this is WIP, requested review too eagerly. Wrapping up one more thing. And yes to both things

Old branches will need to cherry pick this commit
steps:
- checkout
- run:
name: Validate owner
Copy link
Contributor Author

Choose a reason for hiding this comment

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

circle 1 has this nice feature https://github.com/codeclimate/codeclimate-rubocop/blob/master/circle.yml#L24.

Unfortunately not available in circle2 so we're the validation within the job itself.

circleci step halt is a nifty trick to exit the job without failing the build. I learn it from this post.

Copy link
Contributor

Choose a reason for hiding this comment

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

That is neat!

@ale7714 ale7714 merged commit 85f4bd0 into master Mar 21, 2019
@ale7714 ale7714 deleted the ap/circle2 branch March 21, 2019 16:21
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