summaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/run.sh b/run.sh
index 97207a6..738e81e 100755
--- a/run.sh
+++ b/run.sh
@@ -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