Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfiles/PerformanceRunner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion gitApp/hook/helper.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import json
from models.Results import Results
import requests
from mongoDocuments.Results import Results


VERBOSE = True
Expand Down