From 11abdf927ec2dea7a6c20bf3b2b8cab5d4776338 Mon Sep 17 00:00:00 2001 From: Maxime BATISTA Date: Fri, 6 Jan 2023 15:28:22 +0100 Subject: [PATCH 1/3] Update 'drone/.drone.yml' --- drone/.drone.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/drone/.drone.yml b/drone/.drone.yml index b9bf09c..6b3f1f0 100644 --- a/drone/.drone.yml +++ b/drone/.drone.yml @@ -32,3 +32,8 @@ steps: from_secret: SSH_PUBLIC commands: - bash drone/deliver.sh browser + + - name: dummy + image: ubuntu:latest + depends_on: + - "Web" From c788454d2116f3227ea25e29f81b2a13ac143914 Mon Sep 17 00:00:00 2001 From: Maxime BATISTA Date: Fri, 6 Jan 2023 15:29:58 +0100 Subject: [PATCH 2/3] Update 'drone/.drone.yml' --- drone/.drone.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/drone/.drone.yml b/drone/.drone.yml index 6b3f1f0..b9bf09c 100644 --- a/drone/.drone.yml +++ b/drone/.drone.yml @@ -32,8 +32,3 @@ steps: from_secret: SSH_PUBLIC commands: - bash drone/deliver.sh browser - - - name: dummy - image: ubuntu:latest - depends_on: - - "Web" From 01ed584c99a4e4c8c0b8d415699439565ea0b02f Mon Sep 17 00:00:00 2001 From: Maxime BATISTA Date: Fri, 6 Jan 2023 15:30:49 +0100 Subject: [PATCH 3/3] Update 'drone/.drone.yml' --- drone/.drone.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/drone/.drone.yml b/drone/.drone.yml index b9bf09c..5a30923 100644 --- a/drone/.drone.yml +++ b/drone/.drone.yml @@ -32,3 +32,8 @@ steps: from_secret: SSH_PUBLIC commands: - bash drone/deliver.sh browser + + - name: dummy + image: ubuntu:latest + depends_on: + - "Web" \ No newline at end of file