Can't be detached.

This commit is contained in:
aminecmi 2022-07-23 22:43:10 +02:00
parent e3e6b6f8b8
commit 88f11762cb

View File

@ -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