ATS-718: Tweak Veracode SAST to only run scan on master for now

- fix blatant typo (on master since this should only run on master)
- see also future ATS-721
This commit is contained in:
Jan Vonka 2020-04-15 14:21:41 +01:00
parent 4a46948648
commit 0137aa9fba

View File

@ -54,7 +54,7 @@ jobs:
stage: build
## TODO ATS-721: comment out until it is possible to run concurrent SAST scans
# if: branch NOT IN (company_release) AND type != pull_request
if: NOT IN (company_release) AND branch = master
if: branch = master
before_install:
- bash _ci/static_analysis_init.sh
- bash _ci/init.sh