mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-03 17:02:13 +01:00
ec9b423785
In order to trigger a deployment, these were already executed, it doesn't make sense to waste CI time running them again.
17 lines
351 B
YAML
17 lines
351 B
YAML
steps:
|
|
build:
|
|
image: codeberg.org/freeyourgadget/android-fdroid-tools:latest
|
|
commands:
|
|
- pwd #bump
|
|
- ./gradlew assembleDebug --stacktrace
|
|
|
|
#when:
|
|
#repo: Freeyourgadget/Gadgetbridge
|
|
#branch: master
|
|
#this doesn't work yet:
|
|
#https://github.com/woodpecker-ci/woodpecker/issues/687
|
|
|
|
when:
|
|
event:
|
|
exclude: ['cron', 'deployment']
|