mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Prevent non-master builds, add cirrus information to upload
This commit is contained in:
parent
e2053551cd
commit
2c9c55b058
2 changed files with 17 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue