summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authormo <mo@mokhan.ca>2018-05-18 13:44:43 -0600
committermo <mo@mokhan.ca>2018-05-18 13:44:43 -0600
commit08a3bebc663ca31c9f15e6698c78262a94ecae2d (patch)
tree97ac0b73603a296f40159d0fa5e569338bbc900f /bin
parent99430999a2c2a6e282803cf8488237d0c725a073 (diff)
add shipit script.v0.1.7
Diffstat (limited to 'bin')
-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