Add verbosity
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-09-21 15:03:20 +02:00
parent 10fca29e9a
commit 4a8cebe14b
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -9,4 +9,4 @@ RUN apk --no-cache add \
RUN pip install --no-cache-dir \
borgmatic==1.5.10
CMD ["borgmatic"]
CMD ["borgmatic", "--verbosity", "1"]