ATS-791: Release T-Core (T-Engines) 2.3.1 [trigger release]

This commit is contained in:
Nebil Kisa 2020-06-24 17:21:00 +01:00
parent f594c5ead1
commit 20be8ccec6

View File

@ -75,14 +75,14 @@ jobs:
if: branch NOT IN (company_release) if: branch NOT IN (company_release)
install: skip install: skip
script: travis_wait 30 bash _ci/sourceclear.sh script: travis_wait 30 bash _ci/sourceclear.sh
- name: "Static Analysis (SAST)" # - name: "Static Analysis (SAST)"
# TODO ATS-721: comment out until it is possible to run concurrent SAST scans # 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: branch NOT IN (company_release) AND type != pull_request
if: branch = master AND type != pull_request # if: branch = master AND type != pull_request
before_install: # before_install:
- bash _ci/static_analysis_init.sh # - bash _ci/static_analysis_init.sh
- bash _ci/init.sh # - bash _ci/init.sh
script: bash _ci/static_analysis.sh # script: bash _ci/static_analysis.sh
- name: "Release" - name: "Release"
stage: release stage: release