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 /run.sh | |
| 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 'run.sh')
| -rwxr-xr-x | run.sh | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -9,7 +9,7 @@ export CI_API_V4_URL="${CI_API_V4_URL:-https://gitlab.com/api/v4}" export CI_DEBUG_TRACE=${CI_DEBUG_TRACE:='false'} export DOTNET_CLI_TELEMETRY_OPTOUT=1 export GO111MODULE=on -export GOPATH=${HOME}/.local +export GOPATH=/opt/gitlab/.local export HISTFILESIZE=0 export HISTSIZE=0 export LANG=C.UTF-8 @@ -98,7 +98,6 @@ function prepare_project() { ${SETUP_CMD[@]} PREPARE="--no-prepare" fi - 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 |
