Don't test against dir that doesnt exist

This commit is contained in:
Luke Murphy 2020-10-25 21:16:42 +01:00
parent 891b2cc6c9
commit 4ca1026c2c
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ steps:
commands:
- apt update
- apt install -y shellcheck
- shellcheck abra script.d/*
- shellcheck abra
- name: test
image: debian:buster
commands: