From 76b82c03a161d4b5e797d6b1019b129b553cdc38 Mon Sep 17 00:00:00 2001 From: Maxime BATISTA Date: Mon, 5 Dec 2022 15:15:12 +0100 Subject: [PATCH] Update 'drone/.drone.yml' --- drone/.drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drone/.drone.yml b/drone/.drone.yml index e3c73ef..8832377 100644 --- a/drone/.drone.yml +++ b/drone/.drone.yml @@ -7,7 +7,7 @@ name: Deliver steps: - name: Android image: alvrme/alpine-android:android-32-jdk11 - detach: true + depends_on: [] environment: SSH_PRIVATE_KEY: from_secret: SSH_PRIVATE @@ -18,7 +18,7 @@ steps: - bash drone/android-sign.sh - name: Electron image: ubuntu:latest - detach: true + depends_on: [] environment: SSH_PRIVATE_KEY: from_secret: SSH_PRIVATE @@ -28,7 +28,7 @@ steps: - drone/deliver.sh electron - name: Web image: ubuntu:latest - detach: true + depends_on: [] environment: SSH_PRIVATE_KEY: from_secret: SSH_PRIVATE