Skip to content

Commit 6f2647f

Browse files
author
JasonFord
committed
adding fixes for files
1 parent dd6f8a0 commit 6f2647f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

onprem.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ _start_haproxy() {
99
echo 'Codecov gateway ssl disabled'
1010
envsubst < /etc/haproxy/onprem-http.conf.template > /etc/haproxy/2-frontends.conf
1111
fi
12-
ssl_string="ssl verify none "
13-
if [ $CODECOV_ONPREM_SCHEME = "https" ]; then
14-
export CODECOV_FRONTEND_SSL_FLAG=$ssl_string
15-
fi
12+
# ssl_string="ssl verify none "
13+
#if [ $CODECOV_ONPREM_SCHEME = "https" ]; then
14+
# export CODECOV_FRONTEND_SSL_FLAG=$ssl_string
15+
#fi
1616
if [ "$CODECOV_GATEWAY_CHROOT_DISABLED" ]; then
1717
echo 'Codecov gateway chroot disabled'
1818
envsubst < /etc/haproxy/0-haproxy-no-chroot.conf.template > /etc/haproxy/0-haproxy.conf

0 commit comments

Comments
 (0)