Removed env step
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Dominic Grimm 2022-02-03 07:36:38 +01:00
parent bdd044e231
commit 1742f49dc1

View file

@ -8,10 +8,6 @@ steps:
commands:
- cd scripts/
- find -name "*.sh" | xargs shellcheck
- name: env
image: alpine
commands:
- . .example.env
---
kind: pipeline