1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-02 03:16:07 +02:00
This commit is contained in:
José Rebelo 2023-09-06 21:50:33 +01:00
parent 6b96072d00
commit 73952f2e8f

View File

@ -13,7 +13,7 @@ steps:
commands:
- pwd #bump
- ./gradlew lint
- if [ -f .pipeline_failure ]; then return 1; fi
- '[ ! -f .pipeline_failure ] || exit 1'
#when:
#repo: Freeyourgadget/Gadgetbridge