Update test drone pipeline

This commit is contained in:
IamTheFij 2020-12-04 13:19:25 -08:00
parent 4a173f4cb2
commit 8f9c5b6a91
1 changed files with 1 additions and 4 deletions

View File

@ -9,11 +9,8 @@ steps:
# - make test
- name: check
image: python:3
image: iamthefij/drone-pre-commit:personal
commands:
- pip install pre-commit
- wget -L -O /usr/bin/hadolint https://github.com/hadolint/hadolint/releases/download/v1.18.0/hadolint-Linux-x86_64
- chmod +x /usr/bin/hadolint
- make check
---