mirror of
https://github.com/elastic/eland.git
synced 2025-07-11 00:02:14 +08:00
Adding newline to end of file
This commit is contained in:
parent
80aec42d10
commit
cc8a27398a
@ -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
|
||||
|
@ -68,4 +68,5 @@ docker run \
|
||||
--name eland-test-runner \
|
||||
--rm \
|
||||
elastic/eland \
|
||||
./run_build.sh
|
||||
./run_build.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user