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

This commit is contained in:
Markus Pesch 2022-02-09 20:36:50 +01:00
parent 46a834bc63
commit 9318bdeacb
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/rust:slim-buster AS build
ARG RPMBUILDER_VERSION
ARG RPMBUILDER_VERSION=master
# install dependencies
RUN set -e && \