From bbe3362d40057983027fd0018c7b7468a035a05a Mon Sep 17 00:00:00 2001 From: kruegener Date: Fri, 12 Jun 2020 19:51:01 +0200 Subject: [PATCH] refactor --- Dockerfiles/PerformanceRunner/Dockerfile | 2 +- gitApp/hook/helper.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfiles/PerformanceRunner/Dockerfile b/Dockerfiles/PerformanceRunner/Dockerfile index 7badd59..1b203f1 100644 --- a/Dockerfiles/PerformanceRunner/Dockerfile +++ b/Dockerfiles/PerformanceRunner/Dockerfile @@ -12,7 +12,7 @@ RUN apt-get install -y python3-pip # Cloning Performance Testing Repo and AutoPas (should then update AutoPas, during deployment) RUN git clone https://github.com/AutoPas/AutoPas.git -RUN echo "cache buster 1" +RUN echo "cache buster 2" RUN git clone https://github.com/AutoPas/PerformanceTesting.git # install PerformanceTesting requirements diff --git a/gitApp/hook/helper.py b/gitApp/hook/helper.py index 6c92062..ac00a82 100644 --- a/gitApp/hook/helper.py +++ b/gitApp/hook/helper.py @@ -1,5 +1,6 @@ import json -from models.Results import Results +import requests +from mongoDocuments.Results import Results VERBOSE = True