From 88f11762cb052660e1d492b5a6d26b568ad1e118 Mon Sep 17 00:00:00 2001 From: aminecmi Date: Sat, 23 Jul 2022 22:43:10 +0200 Subject: [PATCH] Can't be detached. --- .drone.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index 55c51f9..4ee64e9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,9 +2,13 @@ kind: pipeline type: docker steps: + - name: build + image: mingc/android-build-box:latest + commands: + - ./gradlew build + - name: code-analysis image: mingc/android-build-box:latest - detach: true failure: ignore commands: - ls -la @@ -14,9 +18,3 @@ steps: from_secret: sonarScannerHostUrl SONAR_LOGIN: from_secret: sonarScannerLogin - - - - name: build - image: mingc/android-build-box:latest - commands: - - ./gradlew build