-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Upgrade to CircleCI 2.1 #3253
Conversation
There was a problem hiding this 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: |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
.
There was a problem hiding this comment.
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...
There was a problem hiding this comment.
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
.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, Alessandro!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @aldesantis!
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: