Prevent non-master builds, add cirrus information to upload

This commit is contained in:
Tim Wojtulewicz 2020-10-21 22:09:22 +00:00
parent e2053551cd
commit 2c9c55b058
2 changed files with 17 additions and 6 deletions

View file

@ -11,9 +11,9 @@ if [ "${CIRRUS_REPO_FULL_NAME}" != "zeek/zeek" ]; then
exit 0
fi
if [ "${CIRRUS_BRANCH}" != "master" ] then
echo "Coverage upload skipped for non-master branches"
exit 0
if [ "${CIRRUS_BRANCH}" != "master" ]; then
echo "Coverage upload skipped for non-master branches"
exit 0
fi
cd testing/coverage