Skip to content
Snippets Groups Projects
Verified Commit d3c88e6c authored by Varac's avatar Varac
Browse files

Use unqualified path to bundler

So users can run it locally when they have `bundler` installed
as debian package.
parent f9ff6afe
Branches
Tags
1 merge request!98Run platform tests locally
#!/bin/sh
which bundle || /usr/bin/apt install bundle
/usr/local/bin/bundle install --binstubs --path=vendor --with=test --jobs "$(nproc)"
/usr/local/bin/bundle exec leap -v2 --yes help
bundle install --binstubs --path=vendor --with=test --jobs "$(nproc)"
bundle exec leap -v2 --yes help
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment