Slide 20
Slide 20 text
Update “Ruby Gems” Pull
Request
$ export GITHUB_USER=bot-username
$ export GITHUB_PASSWORD=xxxxx
$ git checkout -b \
bundle-update-$BUILD_ID
$ bundle update
$ git add Gemfile.lock
$ git commit -m \
“Update gems $BUILD_ID”
$ git push -u \
origin bundle-update-$BUILD_ID
$ hub pull-request \
"bundle update $BUILD_ID"
136݄18Ր༵