summaryrefslogtreecommitdiff
path: root/bin/setup
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2021-02-04 21:23:28 -0700
committermo khan <mo@mokhan.ca>2021-02-04 21:23:28 -0700
commit57a173e579839973a91faa807568fee3e64bbcb3 (patch)
tree0587ec5e549580cdef40f32207e65d4073decb7c /bin/setup
parent299198422219c0c2721d824922e68272b1be5dd7 (diff)
chore: update ci config
Diffstat (limited to 'bin/setup')
-rwxr-xr-xbin/setup10
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/setup b/bin/setup
index 1c303f4..f2ff019 100755
--- a/bin/setup
+++ b/bin/setup
@@ -1,7 +1,7 @@
-#!/usr/bin/env bash
-set -euo pipefail
-IFS=$'\n\t'
+#!/bin/sh
+set -e
+[ -z "$DEBUG" ] || set -x
+
+cd "$(dirname "$0")/.."
-ruby -v
-gem install bundler -v '~> 2.0'
bundle install