fix verify step
continuous-integration/drone/pr Build was killed Details

This commit is contained in:
Robert Kaussow 2022-05-18 17:39:55 +02:00
parent 9d036bf50c
commit a20504416e
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 1 additions and 3 deletions

View File

@ -34,10 +34,8 @@ steps:
- make build
- name: verify
image: thegeeklab/alpine-tools
image: dart:stable
commands:
- apk add tree
- tree src
- src/build/linkcheck/linkcheck --help
- src/build/linkcheck/linkcheck --version
depends_on: