summaryrefslogtreecommitdiff
path: root/bin/shipit
blob: 52718803da2d1198c7d0fbc80d2012222decefd3 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

set -e

cd "$(dirname "$0")/.."

[ -z "$DEBUG" ] || set -x

bin/cibuild
bundle exec rake release