summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-08-22 14:37:39 -0700
committerTim Smith <tsmith@chef.io>2018-08-22 14:37:39 -0700
commite0ffe5f134c2037af0a1b95005e8ce00057b5a71 (patch)
tree7f368323e3c38aee2298092e7e75a500ecce6881
parent74ffa11134240e0fd7af9651af1758911914f47c (diff)
downloadchef-e0ffe5f134c2037af0a1b95005e8ce00057b5a71.tar.gz
Remove the old CI version bump / show scripts
We do this all in Expeditor now Signed-off-by: Tim Smith <tsmith@chef.io>
-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