diff options
| author | mo khan <mo.khan@gmail.com> | 2020-04-20 17:26:17 +0000 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-04-20 17:26:17 +0000 |
| commit | 5efca3ee64a616a47b602de2b262d06674259cfa (patch) | |
| tree | 5ab0dbf8305050ca290d25a6be9c584b38119a9e /run.sh | |
| parent | 0d268993b9416e7c9756cfc2298dba35ef913ed5 (diff) | |
| parent | fb7f9fcd77bd7d4d36d315cd9c7cd8ab78c167ff (diff) | |
Merge branch 'ignore-dependencies' into 'master'v3.7.3
Do not attempt to install gem dependencies
See merge request gitlab-org/security-products/license-management!135
Diffstat (limited to 'run.sh')
| -rwxr-xr-x | run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ function debug_env() { } function scan_project() { - gem install -f --silent "$LM_HOME/pkg/*.gem" + gem install --local -f --silent "$LM_HOME/pkg/*.gem" license_management ignored_groups add development license_management ignored_groups add develop license_management ignored_groups add test |
