[ci] Fix interpreter config and simplify CI_TAGS checking in run-jenkins.sh
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Thu, 12 Jan 2017 20:07:31 +0000 (21:07 +0100)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Thu, 12 Jan 2017 20:07:31 +0000 (21:07 +0100)
commit44c78cbed9170219bb916b16fce83f1957bf5e79
tree354e0fb730360a177fc154d82184c592ebf24087
parent14976c12aa914a733b7c67998d247567c6946e45
[ci] Fix interpreter config and simplify CI_TAGS checking in run-jenkins.sh

The elif for the interpreter was done after the elif
that catches (almost) all cases so it was ignored.

Simplify and condense the CI_TAGS checking so it's
easier to understand and more readable.
scripts/ci/run-jenkins.sh