summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-03-31 16:35:33 +0000
committermo khan <mo.khan@gmail.com>2020-03-31 16:35:33 +0000
commitfec5e888a10f6d6c0a64d17242d293fc9da6d3d2 (patch)
tree92e14683798648106e573555ed4a97658dfb7122 /bin
parentd0ff10b6ae1075a13827e00dd0120fac9639fde8 (diff)
parent67e1de7e57a843622a824f68e4ffb40d8b9ff320 (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')
-rwxr-xr-xbin/setup4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/setup b/bin/setup
index da654a1..7b7f9fb 100755
--- a/bin/setup
+++ b/bin/setup
@@ -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