issues
search
CircleCI-Public
/
ruby-orb
The `circleci/ruby` orb source code.
https://circleci.com/developer/orbs/orb/circleci/ruby
MIT License
26
stars
53
forks
source link
feat: add include-branch-in-cache-key parameter like node-orb and python-orb
#103
Closed
ikesyo
closed
2 years ago
ikesyo
commented
2 years ago
Make it enable to opt-out the branch name from the cache key.
https://github.com/CircleCI-Public/node-orb/blob/749b0203bc92e739c261ce154d9cd119f2087b4d/src/commands/install-packages.yml#L48-L52
https://github.com/CircleCI-Public/python-orb/blob/e33456fd5ae87159f4504f6874df1a529f9bedd1/src/commands/install-packages.yml#L56-L60
Make it enable to opt-out the branch name from the cache key.