testing lint

Signed-off-by: André Bauer <monotek23@gmail.com>
This commit is contained in:
André Bauer 2020-12-07 11:28:49 +01:00
parent ef8a560d25
commit 6f0c289826
2 changed files with 5 additions and 0 deletions

View File

@ -10,3 +10,6 @@ LABEL org.label-schema.build-date="$BUILD_DATE" \
org.label-schema.vendor="Zammad" \
org.label-schema.schema-version="3.6.0" \
org.label-schema.docker.cmd="sysctl -w vm.max_map_count=262144;docker-compose up"
testlint

View File

@ -15,3 +15,5 @@ LABEL org.label-schema.build-date="$BUILD_DATE" \
SHELL ["/bin/bash", "-e", "-o", "pipefail", "-c"]
RUN /usr/share/elasticsearch/bin/elasticsearch-plugin install --batch ingest-attachment
testlint