helix/scripts/ci-install

13 lines
145 B
Bash
Executable File

#!/bin/bash
set -x
set -e
DIR=$(dirname "${BASH_SOURCE[0]}")/..
pushd "$DIR/ruby"
bundle install
popd
$DIR/examples/runner install $EXAMPLES