blob: 9e4c85ebc8ac8905162fecb9cefb4cd827d494fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/bin/sh
# FIXME: this seems uselessly trivial, replace with a rake task and have ci call the rake task?
set -evx
export LANG=en_US.UTF-8
. ci/bundle_install.sh
bundle exec rake ci_version_bump
|