summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2019-10-04 22:17:22 -0600
committermo khan <mo.khan@gmail.com>2019-10-04 22:17:22 -0600
commit713022c1951c0a2b63da3d498f3f63c3c1444e91 (patch)
tree4fac69cf50b24bca777ff9b701724e3e42b0eeac
parentd87aa673e85c888e90ef8e05af356aa80d051cd6 (diff)
add shipit script
-rwxr-xr-xbin/shipit10
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