Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '_support/bad-proxies')
-rwxr-xr-x_support/bad-proxies6
1 files changed, 6 insertions, 0 deletions
diff --git a/_support/bad-proxies b/_support/bad-proxies
new file mode 100755
index 000000000..fceca168d
--- /dev/null
+++ b/_support/bad-proxies
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+export http_proxy=http://invalid
+export https_proxy=https://invalid
+
+exec "$@"