summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
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