diff options
| author | mo khan <mo.khan@gmail.com> | 2019-10-04 22:17:22 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2019-10-04 22:17:22 -0600 |
| commit | 713022c1951c0a2b63da3d498f3f63c3c1444e91 (patch) | |
| tree | 4fac69cf50b24bca777ff9b701724e3e42b0eeac | |
| parent | d87aa673e85c888e90ef8e05af356aa80d051cd6 (diff) | |
add shipit script
| -rwxr-xr-x | bin/shipit | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bin/shipit b/bin/shipit new file mode 100755 index 0000000..5271880 --- /dev/null +++ b/bin/shipit @@ -0,0 +1,10 @@ +#!/bin/sh + +set -e + +cd "$(dirname "$0")/.." + +[ -z "$DEBUG" ] || set -x + +bin/cibuild +bundle exec rake release |
