diff --git a/.drone.yml b/.drone.yml index 0b9abba..db544ce 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,10 +13,19 @@ steps: exclude: - tag -# - name: hadolint -# image: hadolint/hadolint:latest-debian -# commands: -# - hadolint Dockerfile + - name: shellcheck + image: koalaman/shellcheck + commands: + - shellcheck app.sh + when: + event: + exclude: + - tag + + - name: hadolint + image: hadolint/hadolint:latest-debian + commands: + - hadolint Dockerfile --- kind: pipeline