aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/jenkins
diff options
context:
space:
mode:
authorGravatar Alexander Polcyn <apolcyn@google.com>2017-01-17 15:01:33 -0800
committerGravatar Alexander Polcyn <apolcyn@google.com>2017-01-18 09:08:12 -0800
commit79e8d81e8127590bf9489db371a65bc7493747e8 (patch)
tree8fcefc0f2c5a565404e32cbd963d75212cf3d34b /tools/jenkins
parentd1cfffe758129cae1ed7560f6e0f20cadb5a67a8 (diff)
update path to build_artifacts_ruby.sh in jenkins script
Diffstat (limited to 'tools/jenkins')
-rwxr-xr-xtools/jenkins/build_artifacts.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/jenkins/build_artifacts.sh b/tools/jenkins/build_artifacts.sh
index c0acbdfb27..b15db2cdc2 100755
--- a/tools/jenkins/build_artifacts.sh
+++ b/tools/jenkins/build_artifacts.sh
@@ -40,7 +40,7 @@ curr_platform="$platform"
unset platform # variable named 'platform' breaks the windows build
if [ "$curr_platform" == "linux" ] && [ "$language" == "ruby" ] ; then
- ./tools/run_tests/build_artifact_ruby.sh
+ ./tools/run_tests/artifacts/build_artifact_ruby.sh
else
python tools/run_tests/task_runner.py -f artifact $language $curr_platform $architecture
fi