mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
ACS-3533 Disabling scan on PR builds. (#1374)
This commit is contained in:
@@ -53,7 +53,7 @@ jobs:
|
|||||||
|
|
||||||
- name: "Source Clear Scan (SCA)"
|
- name: "Source Clear Scan (SCA)"
|
||||||
stage: test
|
stage: test
|
||||||
if: branch = master OR branch =~ /release\/.*/
|
if: (branch = master OR branch =~ /release\/.*/) AND type != pull_request
|
||||||
# Run Veracode
|
# Run Veracode
|
||||||
install: skip
|
install: skip
|
||||||
script: travis_wait 30 bash scripts/travis/source_clear.sh
|
script: travis_wait 30 bash scripts/travis/source_clear.sh
|
||||||
|
Reference in New Issue
Block a user