diff options
| author | mo khan <mo.khan@gmail.com> | 2019-10-22 20:24:29 +0000 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2019-10-22 20:24:29 +0000 |
| commit | 431f07f8d11b2bc2a8fd09351a4323c9df676822 (patch) | |
| tree | 4f40b60925a4edf8eace71ae8af65bb5d67c7b6b /.gitlab-ci.yml | |
| parent | 7f175952a5a047d785b5ea72c15a10642523c62a (diff) | |
| parent | 561556fbd1f59492cfa8fdd790f2ce39c90f3a8d (diff) | |
Merge branch 'remove-tech-debt' into 'master'v1.7.2
Remove feature flags and temporary mappings
See merge request gitlab-org/security-products/license-management!75
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e3340b3..4432ad6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,7 +35,6 @@ container_scanning: image: docker:stable stage: test variables: - FEATURE_RUBY_REPORT: 'false' LM_PYTHON_VERSION: 3 LM_REPORT_VERSION: 1 script: @@ -65,14 +64,12 @@ QA:java-maven: QA:java-maven-v1-1: extends: QA:java-maven variables: - FEATURE_RUBY_REPORT: 'true' LM_REPORT_VERSION: '1.1' QA_RESULTS: java-maven-v1.1 QA:java-maven-v2: extends: QA:java-maven variables: - FEATURE_RUBY_REPORT: 'true' LM_REPORT_VERSION: 2 QA_RESULTS: java-maven-v2 @@ -86,14 +83,12 @@ QA:python-pip: QA:python-pip-v1-1: extends: QA:python-pip variables: - FEATURE_RUBY_REPORT: 'true' LM_REPORT_VERSION: '1.1' QA_RESULTS: python-pip-v1.1 QA:python-pip-v2: extends: QA:python-pip variables: - FEATURE_RUBY_REPORT: 'true' LM_REPORT_VERSION: '2.0' QA_RESULTS: python-pip-v2 @@ -107,14 +102,12 @@ QA:python3-pip: QA:python3-pip-v1-1: extends: QA:python3-pip variables: - FEATURE_RUBY_REPORT: 'true' LM_REPORT_VERSION: '1.1' QA_RESULTS: python3-pip-v1.1 QA:python3-pip-v2: extends: QA:python3-pip variables: - FEATURE_RUBY_REPORT: 'true' LM_REPORT_VERSION: 2 QA_RESULTS: python3-pip-v2 @@ -127,14 +120,12 @@ QA:ruby-bundler: QA:ruby-bundler-v1-1: extends: QA:ruby-bundler variables: - FEATURE_RUBY_REPORT: 'true' LM_REPORT_VERSION: '1.1' QA_RESULTS: ruby-bundler-v1.1 QA:ruby-bundler-v2: extends: QA:ruby-bundler variables: - FEATURE_RUBY_REPORT: 'true' LM_REPORT_VERSION: 2 QA_RESULTS: ruby-bundler-v2 @@ -147,14 +138,12 @@ QA:go: QA:go-v1-1: extends: QA:go variables: - FEATURE_RUBY_REPORT: 'true' LM_REPORT_VERSION: '1.1' QA_RESULTS: go-modules-v1.1 QA:go-v2: extends: QA:go variables: - FEATURE_RUBY_REPORT: 'true' LM_REPORT_VERSION: 2 QA_RESULTS: go-modules-v2 @@ -167,14 +156,12 @@ QA:js: QA:js-v1-1: extends: QA:js variables: - FEATURE_RUBY_REPORT: 'true' LM_REPORT_VERSION: '1.1' QA_RESULTS: js-yarn-v1.1 QA:js-v2: extends: QA:js variables: - FEATURE_RUBY_REPORT: 'true' LM_REPORT_VERSION: 2 QA_RESULTS: js-yarn-v2 |
