fix: ci
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-09-08 19:09:55 +02:00
parent c681952348
commit 530d89c4fa
3 changed files with 182 additions and 10 deletions

View File

@ -6,8 +6,6 @@ ARG MARKDOWNLINT_VERSION
RUN set -ex && \
apk add --no-cache nodejs=${NODEJS_VERSION} nodejs-npm=${NODEJS_VERSION}
RUN echo ${MARKDOWNLINT_VERSION}
RUN if [ ! -z "${MARKDOWNLINT_VERSION}" ]; then set -ex; npm install -g markdownlint-cli@${MARKDOWNLINT_VERSION}; fi
RUN if [ -z "${MARKDOWNLINT_VERSION}" ]; then set -ex; npm install -g markdownlint-cli; fi