Add another bundler shell example

Related to #88.
This commit is contained in:
Andrea Cardaci 2020-03-14 13:19:10 +01:00
parent 3104f1d971
commit eb37b4ae29

View File

@ -5,6 +5,9 @@ functions:
code: | code: |
bundler help bundler help
!/bin/sh !/bin/sh
- code: |
export BUNDLE_GEMFILE=x
bundler exec /bin/sh
- code: | - code: |
TF=$(mktemp -d) TF=$(mktemp -d)
touch $TF/Gemfile touch $TF/Gemfile