diff options
| author | mo khan <mo.khan@gmail.com> | 2020-07-06 11:03:35 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-07-06 17:30:37 -0600 |
| commit | 7162e1ae684b44ec3fe6e56b98f9313c85ca88a6 (patch) | |
| tree | 785b0afbd0d59bc3d8e3a8b50b430bba1cd3274f /run.sh | |
| parent | 6beda629bccc8617812f7b04fc6c14f69a6b508e (diff) | |
Install gems from custom source with custom CA
* Bump version and add CHANGELOG entry
* Configure Bundler logging
* Include install_path of gem
* Use gem summary and full_gem_path
* Specify a vendor path to install dependencies to prevent leakage between tests and take advantage of build job cache
Diffstat (limited to 'run.sh')
| -rwxr-xr-x | run.sh | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -3,11 +3,8 @@ set -e [[ -z ${SETUP_CMD:-} ]] && set -uo pipefail -BUNDLE_JOBS="$(nproc)" export ASDF_JAVA_VERSION="${ASDF_JAVA_VERSION:-}" export ASDF_PYTHON_VERSION="${ASDF_PYTHON_VERSION:-}" -export BUNDLE_JOBS -export BUNDLE_WITHOUT="development:test" 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 |
