-
Notifications
You must be signed in to change notification settings - Fork 14
TBE-304 Create a PAT for private honeycrisp gem #6105
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
Conversation
Co-authored-by: Em Barnard-Shao <[email protected]>
Co-authored-by: Em Barnard-Shao <[email protected]>
Co-authored-by: Em Barnard-Shao <[email protected]>
Co-authored-by: Em Barnard-Shao <[email protected]>
Co-authored-by: Em Barnard-Shao <[email protected]>
Co-authored-by: Em Barnard-Shao <[email protected]>
|
Heroku app: https://gyr-review-app-6105-d809c9bf7468.herokuapp.com/ |
Co-authored-by: Em Barnard-Shao <[email protected]>
Co-authored-by: Em Barnard-Shao <[email protected]>
Co-authored-by: Em Barnard-Shao <[email protected]>
|
Heroku app: https://gyr-review-app-6105-265198864315.herokuapp.com/ |
|
Heroku app: https://gyr-review-app-6105-b48a397e919d.herokuapp.com/ |
Co-authored-by: Em Barnard-Shao <[email protected]>
Co-authored-by: Em Barnard-Shao <[email protected]>
Co-authored-by: Em Barnard-Shao <[email protected]>
Co-authored-by: Em Barnard-Shao <[email protected]>
Co-authored-by: Em Barnard-Shao <[email protected]>
| gem install bundler:2.3.5 --no-document && \ | ||
| bundle install --jobs=4 --retry=3 --path vendor/bundle | ||
| gem install bundler:2.5.18 --no-document | ||
| bundle config set --local path 'vendor/bundle' |
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.
--path flag is deprecated so additional line was added for the 'vendor/bundle' command
Co-authored-by: Em Barnard-Shao <[email protected]>
Link to pivotal/JIRA issue
Is PM acceptance required?
What was done?