We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd6f8a0 commit 6f2647fCopy full SHA for 6f2647f
onprem.sh
@@ -9,10 +9,10 @@ _start_haproxy() {
9
echo 'Codecov gateway ssl disabled'
10
envsubst < /etc/haproxy/onprem-http.conf.template > /etc/haproxy/2-frontends.conf
11
fi
12
- ssl_string="ssl verify none "
13
- if [ $CODECOV_ONPREM_SCHEME = "https" ]; then
14
- export CODECOV_FRONTEND_SSL_FLAG=$ssl_string
15
- fi
+ # ssl_string="ssl verify none "
+ #if [ $CODECOV_ONPREM_SCHEME = "https" ]; then
+ # export CODECOV_FRONTEND_SSL_FLAG=$ssl_string
+ #fi
16
if [ "$CODECOV_GATEWAY_CHROOT_DISABLED" ]; then
17
echo 'Codecov gateway chroot disabled'
18
envsubst < /etc/haproxy/0-haproxy-no-chroot.conf.template > /etc/haproxy/0-haproxy.conf
0 commit comments