move coverity scan to a script, so that it doesn't run for every job

pull/207/head
David Schweikert 4 years ago
parent aeea60a0e0
commit 0d8f3cef2a

@ -37,6 +37,7 @@ stages:
- name: deploy
if: branch = master OR branch = v4.x
- name: coverity
if: branch = master OR branch = v4.x OR branch = coverity_scan
jobs:
include:

Loading…
Cancel
Save