fix: define default branch
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Markus Pesch 2022-02-09 20:09:48 +01:00
parent 6037be6651
commit bd50e4f7b2
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM docker.io/library/node:lts-alpine3.15 AS build
ARG MARKDOWNLINT_VERSION
ARG MARKDOWNLINT_VERSION=master
RUN set -ex && \
apk update && \