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

Upgrade to CircleCI 2.1 #3253

Merged
merged 2 commits into from
Jul 8, 2019
Merged

Upgrade to CircleCI 2.1 #3253

merged 2 commits into from
Jul 8, 2019

Conversation

aldesantis
Copy link
Member

Description

Upgrades to CircleCI 2.1, which allows us to use Orbs. This is especially important for #3252, since we want to use this Orb for keeping the OAS documentation in sync with Stoplight.

Checklist:

  • I have followed Pull Request guidelines
  • I have added a detailed description into each commit message
  • I have updated Guides and README accordingly to this change (if needed)
  • I have added tests to cover this change (if needed)

Copy link
Member

@kennyadsl kennyadsl left a comment

Choose a reason for hiding this comment

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

Thanks, but I can't get the reason behind a change.

@@ -27,7 +27,7 @@ jobs:
- run: |
bundle install --path=vendor/bundle

- cache-save:
- save_cache:
Copy link
Member

Choose a reason for hiding this comment

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

I'm sure there's a valid reason but can you explain this change better in the commit message, please?

Copy link
Member Author

Choose a reason for hiding this comment

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

@kennyadsl cache-save is not a valid step name in CircleCI, I'm actually not sure how this has worked so far. The right name is save_cache.

Copy link
Member

Choose a reason for hiding this comment

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

😱

I'm also noticing that we are trying to restore the key solidus-gems-v1, which is never saved...

Copy link
Member Author

Choose a reason for hiding this comment

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

@kennyadsl that's actually fine, because it will look for any keys that start with solidus-gems-v1.

Copy link
Member

Choose a reason for hiding this comment

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

Found some reference about the cache-save step, maybe it's the CircleCI legacy way of calling that type of jobs.

Copy link
Member

@kennyadsl kennyadsl left a comment

Choose a reason for hiding this comment

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

Thanks, Alessandro!

Copy link
Contributor

@jacobherrington jacobherrington left a comment

Choose a reason for hiding this comment

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

Thanks @aldesantis!

@kennyadsl kennyadsl merged commit b946d16 into solidusio:master Jul 8, 2019
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