From b6d23b4051587cd4dd69259ef7ead680fc66ce95 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Thu, 20 Apr 2017 14:32:39 -0400 Subject: 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 --- tests/platform-ci/setup.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') 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 -- cgit v1.2.3