Adding newline to end of file

This commit is contained in:
Winterflower 2019-11-26 13:57:32 +01:00
parent 80aec42d10
commit cc8a27398a
2 changed files with 3 additions and 2 deletions

View File

@ -3,4 +3,4 @@ FROM python:${PYTHON_VERSION}
WORKDIR /code/eland
COPY . .
RUN pip install -r requirements-dev.txt
RUN pip install -r requirements-dev.txt

View File

@ -68,4 +68,5 @@ docker run \
--name eland-test-runner \
--rm \
elastic/eland \
./run_build.sh
./run_build.sh