diff options
| author | mo khan <mo@mokhan.ca> | 2021-02-04 21:23:28 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2021-02-04 21:23:28 -0700 |
| commit | 57a173e579839973a91faa807568fee3e64bbcb3 (patch) | |
| tree | 0587ec5e549580cdef40f32207e65d4073decb7c /bin/setup | |
| parent | 299198422219c0c2721d824922e68272b1be5dd7 (diff) | |
chore: update ci config
Diffstat (limited to 'bin/setup')
| -rwxr-xr-x | bin/setup | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 |
