From 8ea685b2ff9efcbabb0e6d19e3055d2f82689bca Mon Sep 17 00:00:00 2001 From: Dominic Grimm Date: Tue, 11 Jan 2022 18:53:21 +0100 Subject: [PATCH] Added env file checking step --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.drone.yml b/.drone.yml index 229be7c..cad9f07 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,6 +9,10 @@ steps: commands: - cd scripts/ - find -name "*.sh" | xargs shellcheck + - name: env + image: alpine + commands: + - . .example.env - name: ameba-backend image: veelenga/ameba commands: