diff options
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 |
