From 025d1e0a8c66a8e4491cf18e9211fcd39b8bb1dc Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Sun, 15 Jan 2023 16:53:14 -0800 Subject: [PATCH] chore: tweak drone image building --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 81bc67e5..4297d058 100644 --- a/.drone.yml +++ b/.drone.yml @@ -68,10 +68,10 @@ steps: repo: git.coopcloud.tech/coop-cloud/abra tags: latest depends_on: - - run shellcheck - - run flake8 - - run unit tests - - test installation script + # - make check + - make build + # - make test + when: event: exclude: