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 /bin | |
| 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 'bin')
| -rwxr-xr-x | bin/test | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -2,7 +2,6 @@ set -e -export FEATURE_RUBY_REPORT=${FEATURE_RUBY_REPORT:-true} export LM_PYTHON_VERSION=${LM_PYTHON_VERSION:-2} export LM_REPORT_VERSION=${LM_REPORT_VERSION:-1} export QA_RESULTS=${QA_RESULTS:-$QA_PROJECT-v$LM_REPORT_VERSION} @@ -10,7 +9,6 @@ export RESULTS_DIR=${RESULTS_DIR:-`pwd`/results} docker run \ --rm \ - --env FEATURE_RUBY_REPORT \ --env LM_PYTHON_VERSION \ --env LM_REPORT_VERSION \ --volume $RESULTS_DIR:/results \ |
