aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/presentation/run_report.sh
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2021-03-05 08:43:45 +0100
committerTibor Frank <tifrank@cisco.com>2021-03-05 08:43:45 +0100
commit769f6c8877eb5f4af46a782599acc3d16cf7f35b (patch)
tree8338836deff04de4cc863965daa3b4290661a891 /resources/tools/presentation/run_report.sh
parent674a67c6dfdc4edd8505fe1793bcd6dbecae5580 (diff)
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 <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation/run_report.sh')
-rwxr-xr-xresources/tools/presentation/run_report.sh3
1 files changed, 3 insertions, 0 deletions
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