Use same TEST seperater as Shippable (#32758)

pull/32725/merge
John R Barker 7 years ago committed by GitHub
parent bed78872f9
commit 897b31f249
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,7 +7,7 @@ set -o pipefail
# Platform: $1 = (ios, openvswitch, vyos, ...)
# Branch: $2 = (devel, stable-2.4, ...)
test="dci-$1"
test="dci/$1"
branch="$2"
if find test/results/coverage/ -mindepth 1 -name '.*' -prune -o -print -quit | grep -q .; then

Loading…
Cancel
Save