From 16e916154f3f887ce3a943857f950bfcae458315 Mon Sep 17 00:00:00 2001 From: Maxime BATISTA Date: Tue, 6 Dec 2022 19:05:48 +0100 Subject: [PATCH] Update 'drone/.drone.yml' --- drone/.drone.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drone/.drone.yml b/drone/.drone.yml index 8832377..8947b26 100644 --- a/drone/.drone.yml +++ b/drone/.drone.yml @@ -1,13 +1,12 @@ kind: pipeline type: docker name: Deliver - +mode: parallel steps: - name: Android image: alvrme/alpine-android:android-32-jdk11 - depends_on: [] environment: SSH_PRIVATE_KEY: from_secret: SSH_PRIVATE @@ -18,7 +17,6 @@ steps: - bash drone/android-sign.sh - name: Electron image: ubuntu:latest - depends_on: [] environment: SSH_PRIVATE_KEY: from_secret: SSH_PRIVATE @@ -28,7 +26,6 @@ steps: - drone/deliver.sh electron - name: Web image: ubuntu:latest - depends_on: [] environment: SSH_PRIVATE_KEY: from_secret: SSH_PRIVATE