diff --git a/.drone.yml b/.drone.yml index f69441f..dd28f5c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -37,7 +37,7 @@ steps: - name: dockersock path: /var/run depends_on: - - compile + - compile (.NET) - name: docker build and push image: docker:24.0.7 @@ -61,7 +61,7 @@ steps: branch: - main depends_on: - - compile + - compile (.NET) - test - name: Telegram notification @@ -75,7 +75,8 @@ steps: status: - failure depends_on: - - compile + - compile (.NET) + - compile (Angular) - test - docker build and push