From 769f6c8877eb5f4af46a782599acc3d16cf7f35b Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Fri, 5 Mar 2021 08:43:45 +0100 Subject: PAL: download - ignore verifying the SSL certificate - only for https://logs.nginx.service.consul/vex-yul-rot-jenkins-1 Change-Id: Ibdcc59a44d5aae331aeef22fad54c4e90b2eec6b Signed-off-by: Tibor Frank --- resources/tools/presentation/run_report.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'resources/tools/presentation/run_report.sh') diff --git a/resources/tools/presentation/run_report.sh b/resources/tools/presentation/run_report.sh index e36eee37c3..c28c03a49b 100755 --- a/resources/tools/presentation/run_report.sh +++ b/resources/tools/presentation/run_report.sh @@ -30,6 +30,9 @@ mkdir ${DIR[WORKING]} virtualenv -p $(which python3) ${DIR[WORKING]}/env source ${DIR[WORKING]}/env/bin/activate +# FIXME: Temporary hack until all docker dns will be solved +echo "nameserver 172.17.0.1" > /etc/resolv.conf + # Install python dependencies: pip3 install -r requirements.txt -- cgit 1.2.3-korg