1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Use same TEST seperater as Shippable (#32758)

This commit is contained in:
John R Barker 2017-11-09 18:23:10 +00:00 committed by GitHub
parent bed78872f9
commit 897b31f249
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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