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