diff options
| author | mo khan <mo.khan@gmail.com> | 2020-03-31 16:35:33 +0000 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-03-31 16:35:33 +0000 |
| commit | fec5e888a10f6d6c0a64d17242d293fc9da6d3d2 (patch) | |
| tree | 92e14683798648106e573555ed4a97658dfb7122 /bin/setup | |
| parent | d0ff10b6ae1075a13827e00dd0120fac9639fde8 (diff) | |
| parent | 67e1de7e57a843622a824f68e4ffb40d8b9ff320 (diff) | |
Merge branch '199059-setup-py' into 'master'v3.3.0
Use virtualenv and pip-licenses to scan python projects
See merge request gitlab-org/security-products/license-management!128
Diffstat (limited to 'bin/setup')
| -rwxr-xr-x | bin/setup | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,5 +4,5 @@ set -e cd "$(dirname "$0")/.." -gem install bundler --conservative -v '~> 2.0' -bundle install +gem install bundler --conservative -v '~> 2.0' -q +bundle install --quiet |
