From 6064a447d7a10f6bac882e50286d4485e4e1f7ed Mon Sep 17 00:00:00 2001 From: Maxime BATISTA Date: Tue, 6 Dec 2022 19:33:52 +0100 Subject: [PATCH] Update 'drone/.drone.yml' --- drone/.drone.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drone/.drone.yml b/drone/.drone.yml index 8947b26..f481cf4 100644 --- a/drone/.drone.yml +++ b/drone/.drone.yml @@ -3,8 +3,7 @@ type: docker name: Deliver mode: parallel - -steps: +parallel: - name: Android image: alvrme/alpine-android:android-32-jdk11 environment: @@ -32,5 +31,4 @@ steps: SSH_PUBLIC_KEY: from_secret: SSH_PUBLIC commands: - - drone/deliver.sh electron - + - drone/deliver.sh electron \ No newline at end of file