From f715b83044fb45d5bbcc8eceec5d7ba6fb40d9b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arnas=20Udovi=C4=8D?= Date: Tue, 16 Aug 2022 04:14:22 +0000 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index a8fa533..38ab15a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,5 +1,4 @@ --- - kind: pipeline type: docker name: testing @@ -11,7 +10,6 @@ steps: - go build --- - kind: pipeline type: ssh name: deploy @@ -29,3 +27,6 @@ steps: commands: - echo Nu? - /opt/arns/deploy_push_file_service.sh + +depends_on: +- testing