Skip to content
Snippets Groups Projects
Commit 79e8d81e authored by Alexander Polcyn's avatar Alexander Polcyn
Browse files

update path to build_artifacts_ruby.sh in jenkins script

parent d1cfffe7
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment