diff options
| author | Can Eldem <celdem@gitlab.com> | 2020-07-10 16:41:15 +0000 |
|---|---|---|
| committer | Can Eldem <celdem@gitlab.com> | 2020-07-10 16:41:15 +0000 |
| commit | c17546f6cfccf07d27f7984321fe62a7788e8da1 (patch) | |
| tree | 54093c956c0f4dcf4c2ad352847017aee9a88edc /lib/license/management | |
| parent | c7385965b4166fb6ab2db3387c67cd54aef1b8df (diff) | |
| parent | 36cdb0040abda394264455a1fdf3d6782af95ceb (diff) | |
Merge branch '217897-isolated-omnibus-lm' into 'master'v3.17.0
Isolate license_management ruby from project ruby
See merge request gitlab-org/security-products/license-management!181
Diffstat (limited to 'lib/license/management')
| -rw-r--r-- | lib/license/management/python.rb | 2 | ||||
| -rw-r--r-- | lib/license/management/version.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/license/management/python.rb b/lib/license/management/python.rb index ccf53e9..740b5c4 100644 --- a/lib/license/management/python.rb +++ b/lib/license/management/python.rb @@ -29,7 +29,7 @@ module License ". #{venv}/bin/activate &&", :pip, :install, '--no-index', - '--find-links $HOME/.config/virtualenv/app-data', 'pip-licenses', '&&', + '--find-links /opt/gitlab/.config/virtualenv/app-data', 'pip-licenses', '&&', 'pip-licenses', '--ignore-packages prettytable', '--with-description', diff --git a/lib/license/management/version.rb b/lib/license/management/version.rb index 214f7b5..df57113 100644 --- a/lib/license/management/version.rb +++ b/lib/license/management/version.rb @@ -2,6 +2,6 @@ module License module Management - VERSION = '3.16.0' + VERSION = '3.17.0' end end |
