summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xci/version_bump.sh11
-rwxr-xr-xci/version_show.sh3
2 files changed, 0 insertions, 14 deletions
diff --git a/ci/version_bump.sh b/ci/version_bump.sh
deleted file mode 100755
index f0a635843f..0000000000
--- a/ci/version_bump.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/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
-
-bundle install --without omnibus_package test pry integration docgen maintenance travis aix bsd linux mac_os_x solaris windows development
-
-bundle exec rake ci_version_bump
diff --git a/ci/version_show.sh b/ci/version_show.sh
deleted file mode 100755
index 5348f6f090..0000000000
--- a/ci/version_show.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-cat VERSION