aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/jenkins
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2017-09-06 17:23:17 +0200
committerGravatar Jan Tattermusch <jtattermusch@google.com>2017-09-06 17:23:17 +0200
commit3ce4b28b0f8df1ee70f0b961ca8c15561245966c (patch)
tree5d24e3ea941f026cc85dca98981cf4ae0d90cf2c /tools/jenkins
parentaafa6994296430795ddb0e8b1eaf1fe7c7037a28 (diff)
no need for ruby workaround
Diffstat (limited to 'tools/jenkins')
-rwxr-xr-xtools/jenkins/build_artifacts.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/tools/jenkins/build_artifacts.sh b/tools/jenkins/build_artifacts.sh
index 166c5104cc..ed2c86adbd 100755
--- a/tools/jenkins/build_artifacts.sh
+++ b/tools/jenkins/build_artifacts.sh
@@ -24,8 +24,4 @@ set -ex -o igncr || set -ex
curr_platform="$platform"
unset platform # variable named 'platform' breaks the windows build
-if [ "$curr_platform" == "linux" ] && [ "$language" == "ruby" ] ; then
- ./tools/run_tests/artifacts/build_artifact_ruby.sh
-else
- python tools/run_tests/task_runner.py -f artifact $language $curr_platform $architecture
-fi
+python tools/run_tests/task_runner.py -f artifact $language $curr_platform $architecture