summaryrefslogtreecommitdiff
path: root/ci/version_bump.sh
diff options
context:
space:
mode:
authorMatt Wrock <matt@mattwrock.com>2016-06-01 14:47:47 -0700
committerMatt Wrock <matt@mattwrock.com>2016-06-01 14:47:47 -0700
commit36cbec36ae696b62bc8e9e2b84844851cdd5f3c5 (patch)
tree94a4bf886fb9505315d581c0235a3225ff59c4fa /ci/version_bump.sh
parentfe86dd1a371ec3aaaa9b2aff9910602070d5eeac (diff)
downloadchef-36cbec36ae696b62bc8e9e2b84844851cdd5f3c5.tar.gz
adding shell scripts for the bump bot that will ensure the correct bundler version is installed
Diffstat (limited to 'ci/version_bump.sh')
-rw-r--r--ci/version_bump.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/ci/version_bump.sh b/ci/version_bump.sh
new file mode 100644
index 0000000000..690ac25088
--- /dev/null
+++ b/ci/version_bump.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+. ci/bundle_install.sh
+
+bundle exec rake version:bump