Optimize woodpecker CI

This commit is contained in:
sim 2023-09-05 22:53:03 +02:00
parent 9587c959bd
commit 48ad5f5edf
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ steps:
branch: main branch: main
event: [push, pull_request] event: [push, pull_request]
commands: commands:
- ./gradlew build --stacktrace - ./gradlew assembleRelease ktlintCheck --stacktrace
build: build:
image: runmymind/docker-android-sdk:latest image: runmymind/docker-android-sdk:latest