diff options
author | Micah Anderson <micah@riseup.net> | 2017-04-20 14:32:39 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2017-04-20 14:32:39 -0400 |
commit | b6d23b4051587cd4dd69259ef7ead680fc66ce95 (patch) | |
tree | 8b9bf81626484dab8cb21ea816866b6abb8e29f5 /tests/platform-ci/setup.sh | |
parent | 747d3e9b55c8b7b7d98a63474b6de82d7114c389 (diff) |
Ensure leap command is setup properly for CI
Add a `leap help` command at the end of the CI setup.sh to ensure that
the command is setup properly before continuing
Diffstat (limited to 'tests/platform-ci/setup.sh')
-rwxr-xr-x | tests/platform-ci/setup.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/platform-ci/setup.sh b/tests/platform-ci/setup.sh index 99f735b7..e92dddc7 100755 --- a/tests/platform-ci/setup.sh +++ b/tests/platform-ci/setup.sh @@ -2,3 +2,4 @@ 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 |