From a67ef9c7d53548cd5bea9196eb7e754f893990db Mon Sep 17 00:00:00 2001 From: mo khan Date: Tue, 3 Sep 2019 18:49:17 -0600 Subject: build pipeline --- bin/setup | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin/setup') diff --git a/bin/setup b/bin/setup index b8ce74f..511ca99 100755 --- a/bin/setup +++ b/bin/setup @@ -1,5 +1,8 @@ #!/bin/sh +set -e +cd "$(dirname "$0")/.." + git submodule update --init --remote bundle install --path vendor/bundle --jobs $(nproc) yarn install -- cgit v1.2.3